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}/cancelParameters
| Name | In | Required | Description |
|---|---|---|---|
| id | path | Yes | See schema. |
Responses
200
Cancelled
409
Job already terminal