Cancel a queued job
Queue
Cancel a queued job
Cancel a pending job. Only jobs in pending status can be canceled. Running jobs cannot be stopped. Returns the job status after the attempt. If the job is not pending, returns 409 with the current status unchanged.
POST
Cancel a queued job
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Cancel request
Response
Successfully canceled
Status returned after a cancel attempt.
Job status after the cancel attempt. Only pending jobs can be canceled. If the job is already running, done, or failed, the status is returned unchanged.
Available options:
canceled, running, done, failed