---
title: "Update a specific job"
method: PATCH
path: "/jobs/{job_id}"
---

# Update a specific job

`PATCH /jobs/{job_id}`

## Path parameters

- `job_id` string, required

## Request body

- UpdateJob
  - `status` 'CREATED' | 'QUEUED' | 'IN_PROGRESS' | 'COMPLETED' | 'FAILED' | 'STOPPING' | 'STOPPED'
  - `name` string
  - `compute_type` string

## Response `204`

Successfully updated the job.

## Other responses

- `500` — Server error

---

[API](https://skmtc.net/jupyter-server/apis/jupyter-scheduler-api.md) · [All operations](https://skmtc.net/jupyter-server/apis/jupyter-scheduler-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jupyter-server/jupyter-scheduler-api/versions/f49a837fc1f2/schema)
