Skip to main content

Cancel an async job

DELETE 

/jobs/:job_id

Request cancellation of a queued or running job.

Cancellation is best-effort for running jobs — the worker may complete before the cancel signal is processed. Queued jobs are cancelled immediately.

Terminal jobs (completed, failed, already cancelled) → HTTP 409.

HTTP 404 — job not found.

Request

Responses

Successful Response