Cancel Job
POST/v1/jobs/:job_id/cancel
Ask for a generation to stop.
A flag, not a kill: a job that has not started is settled immediately, and a running one stops at its next stage boundary. A job that already finished is returned unchanged rather than reported as an error — there is nothing to cancel, and saying otherwise would mislead.
Request
Responses
- 200
- 401
- 404
- 422
Successful Response
Unauthorized
Not Found
Unprocessable Entity