latestOpenAPI 3.0.32026-08-10119559584.8 KB

6d091bc86a33

Jobs

Cancels given Job.

Calling this endpoint will return immediately and not wait until the Job is actually stopped. Users can cancel their own jobs and Admins can cancel any job. This endpoint will be removed in 2026.06. Please use DELETE /rest/jobs/v1/jobs/:jobId

post/jobs/{jobId}/canceled

Path parameters

jobIdstring uuid required

The unique identifier of the Job.

Request body

messagestring

A message for the cancellation.

Response

Job cancellation accepted.