---
title: "Stop Job"
method: POST
path: "/api/jobs/{submission_id}/stop"
---

# Stop Job

`POST /api/jobs/{submission_id}/stop`

Stop a job.

## Path parameters

- `submission_id` string, required

## Response `200`

The status of the job.

- 'PENDING' | 'RUNNING' | 'STOPPED' | 'SUCCEEDED' | 'FAILED' — An enumeration for describing the status of a job.

## Other responses

- `400` — The job was not submitted via the Ray Jobs API, so it cannot be stopped.
- `404` — The job does not exist.
- `500` — An internal error occurred when stopping the job.

---

[API](https://skmtc.net/ray-project/apis/ray-jobs-api.md) · [All operations](https://skmtc.net/ray-project/apis/ray-jobs-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ray-project/ray-jobs-api/versions/ee557bc8498e/schema)
