---
title: "Cancel a job"
method: PUT
path: "/jobs/{UUID}/status/cancel"
---

# Cancel a job

`PUT /jobs/{UUID}/status/cancel`

Cancel the execution of many jobs at once by passing a list of jobs.

## Path parameters

- `UUID` string, required

## Response `200`

Successfully canceled a job.

- JobCanceledResponse
  - `id` string, required
  - `status` 'canceled', required

## Other responses

- `429` — Too Many Requests. To get a higher rate limit, please reach out to support@ionq.co
- `500` — A generic server failure, please reach out to support@ionq.co for help with this error
- `502` — Bad Gateway, this can be caused by misbehaving proxies, or by service issues. These can be retried, and downtime can be found on status.ionq.co
- `503` — Service Unavailable, this is indicative of service outage, please check status.ionq.co

---

[API](https://skmtc.net/ionq/apis/ionq-cloud-platform-api.md) · [All operations](https://skmtc.net/ionq/apis/ionq-cloud-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ionq/ionq-cloud-platform-api/versions/0410071e1cd0/schema)
