---
title: "kill job by id"
method: POST
path: "/job/kill/{job_id}"
tags: ["Jobs"]
---

# kill job by id

`POST /job/kill/{job_id}`

Stops a specified job ID.

## Path parameters

- `job_id` integer, required — unique identifier of job

## Response `200`

OK

- union
  - EmptyObject
  - object
    - `job_id` string — unique identifier of job
    - `former_status` Status — unresolved $ref

---

[API](https://skmtc.net/treasure/apis/treasure-data-api.md) · [All operations](https://skmtc.net/treasure/apis/treasure-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treasure/treasure-data-api/revisions/a753ea35d9dd/schema)
