Fetch

Cancel Batched Fetch

Request cancellation. QUEUED work is cancelled immediately; CANCELLING means running work is draining. Repeated cancellation is idempotent.

post/v1/fetch/batched/{id}/cancel

Path parameters

idstring required

a non empty string

Response

BatchedCancellation

idstring required

Batched run ID

status'CANCELLING' | 'CANCELLED' required

Cancellation state. CANCELLING means already-running items are draining.

Changes

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