Cancel AI job
AI
Cancel AI job
Request cancellation of an AI job. This endpoint is idempotent — calling it on an already-cancelled or completed job returns success with the current state.
- For
QUEUEDjobs, cancellation is immediate - For
EXECUTINGjobs, the worker will stop after completing its current iteration - Jobs in a
DELIVERINGstate cannot be cancelled as they are already finalizing results. Only the job owner or organization admins can cancel jobs.
POST
Cancel AI job
Authorizations
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Path Parameters
The unique identifier of the AI job to cancel