Skip to main content
POST
Cancel a job that has not been sent to the provider
Cancels a job only before it has been handed to the provider. Terminal jobs are returned unchanged.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

job_id
string
required
Pattern: ^job_[A-Za-z0-9_-]{20,64}$

Response

Default Response

id
string
required
Pattern: ^job_[A-Za-z0-9_-]{20,64}$
object
enum<string>
required
Available options:
generation.job
status
enum<string>
required
Available options:
queued,
submitted,
processing,
succeeded,
failed,
cancelled,
expired,
reconciliation_required
Last modified on September 17, 2026