---
title: "Update a job status"
method: POST
path: "/api/jobs/{jobId}/status"
tags: ["Job"]
---

# Update a job status

`POST /api/jobs/{jobId}/status`

## Path parameters

- `jobId` string, required

## Request body

- JobRequestUpdateStatus — Update a job status.
  - `status` 'draft' | 'needsReview' | 'approved' | 'engineering' | 'scheduled' | 'inProgress' | 'complete' | 'cancelled' | 'hold', required — Job status
  - `createPOs` boolean, nullable — Create Purchase Orders for the Job. Required for the following statuses: Engineering, Approved
  - `isInitialDataImport` boolean, nullable — The job will be created as Complete. No inventory transactions. This is should mostly be used when importing jobs from legacy systems. Required for the following statuses: Complete

## Response `200`

Success

## Other responses

- `400` — Job cannot be moved to requested status
- `404` — Job did not exist

---

[API](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi.md) · [All operations](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fulcrumpro/fulcrum-publicapi/revisions/a41e60b375bc/schema)
