Skip to main content
PUT
cURL

Body

application/json
ids
string<uuid>[]

A list of job UUIDs to cancel.

The UUID of a job. We'll provide the UUID initially in our response to a job creation request.

Response

200 - application/json

Successfully cancelled requested jobs

Response body from successfully cancelling many jobs.

ids
string<uuid>[]
required

A list of UUIDs of cancelled jobs.

The UUID of a job. We'll provide the UUID initially in our response to a job creation request.

status
enum<string>
required

Status of a job (always canceled).

Available options:
canceled