Cancel Job
Jobs
Cancel Job
Cancel a pending job in the queue
DELETE
Cancel Job
Overview
Cancel a job that is still waiting in the queue. Jobs that are already processing or completed cannot be cancelled.Header Parameters
Your API key for authentication
Path Parameters
The job UUID to cancel
Response
Success message
The cancelled job ID
Examples
Success Response
Error Responses
Notes
- Only jobs with status
Pending(in queue) can be cancelled - Jobs that are already
Processing,Completed, orFailedcannot be cancelled - Cancelled jobs are marked as
Failedwith the error message “Job cancelled by user” - Cancellation is atomic - if successful, the job is guaranteed to be removed from the queue
