POST Queue

Cancel a queued job

Marks the job as cancelled and best-effort asks the upstream provider to stop. Does NOT refund compute already consumed. Returns 409 if the job is already in a terminal state.

Endpoint

post/v1/queue/requests/{id}/cancel

Parameters

NameInRequiredDescription
idpathYesSee schema.

Responses

200

Cancelled

409

Job already terminal