Skip to main content

CancelJobResponse

Response after successfully cancelling a job

job_idstring<uuid>required
statusstringrequired

Possible values: [cancelled]

CancelJobResponse
{
"job_id": "550e8400-e29b-41d4-a716-446655440000",
"status": "cancelled"
}
Was this page helpful?