---
title: "POST /deep-resolution/cancel/{job_id}"
method: POST
path: "/deep-resolution/cancel/{job_id}"
---

# POST /deep-resolution/cancel/{job_id}

`POST /deep-resolution/cancel/{job_id}`

Cancel any running Deep-Resolution job by job ID.

## Path parameters

- `job_id` string, required

## Headers

- `client_token` string, uuid, required

## Response `200`

Successfully cancel the job.

- JobCancelResponse
  - `statusCode` integer
  - `data` object
    - `job_id` string
    - `status` string
  - `version` string
  - `timestamp` string, date-time

## Other responses

- `400` — Bad request. Client token missing.
- `401` — Unauthorized. Invalid client token.
- `404` — Not Found. Job ID does not exist.
- `500` — Internal Server Error.

---

[API](https://skmtc.dev/digifarm/apis/deep-resolution-api.md) · [All operations](https://skmtc.dev/digifarm/apis/deep-resolution-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/digifarm/deep-resolution-api/revisions/6c560e554230/schema)
