Batch Jobs

Cancel a batch job

Requests cancellation of a batch job. The job transitions to CANCELED status. Only jobs in a non-terminal state (PENDING, QUEUED, IN_PROGRESS, or DISPATCHING) can be canceled.

post/v6/batches/{batchId}/cancel

Path parameters

batchIdstring required

Batch job ID.

Response

Cancellation accepted. Returns the updated job record with status: CANCELED.

Changes

No recorded changes to this endpoint across all 1 revision of this API.