jobs

Cancel a queued or running job

post/api/job/cancel

Request body

$schemastring uri

A URL to the JSON Schema for this object.

job_idinteger required

Example request

{
  "$schema": "https://example.com/CancelJobRequest.json"
}

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

successboolean required

Example response

{
  "$schema": "https://example.com/CancelJobOutputBody.json"
}

Changes

No recorded changes to this endpoint across all 23 revisions of this API.