---
title: "Cancel Job"
method: POST
path: "/api/v1/jobs/{job_id}/cancel"
tags: ["jobs"]
---

# Cancel Job

`POST /api/v1/jobs/{job_id}/cancel`

Cancel the specified job.

## Path parameters

- `job_id` string, uuid, required

## Headers

- `unstructured-api-key` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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