v1

latestOpenAPI 3.1.0MIT Licence2026-07-17613573.4 KB
Batches API v1Alpha

Cancel job group

Cancel a job group.

patch/api/v1alpha/batches/{batch_id}/job-groups/{job_group_id}/cancel

Path parameters

batch_idnumber required

The ID of the batch.

job_group_idnumber required

The ID of the job group.

Response

Successfully cancelled the job group.

successboolean

Whether the operation was successful

Example response

{
  "success": true
}