Cancel a running job

POST /job/cancel

Cancels the job and all tasks, but does not wait until all tasks are canceled.

Query parameters

  • id string Required

    Job id

Responses

POST /job/cancel
curl \
 -X POST http://localhost:8080/job/cancel?id=52a5cb79-7556-4c52-8e6f-dd6aaf1bc4c8
Response examples (400)
{
  "error": "string"
}
Response examples (400)
{
  "error": "string"
}