Skip to main content
GET
Cancel a job
string
required
The job to cancel.

Headers

string
required
Deployment API key in the form Key YOUR_SUTRO_API_KEY.
Cancellation is asynchronous. A successful request moves the job to CANCELLING; monitor job status until it reaches CANCELLED or another terminal state. Only request cancellation for an active job; the endpoint currently accepts any existing job and does not reject jobs that are already terminal. A missing job returns 404 with a detail message.