cancel_job
Cancel a pending or running operation by providing its operation ID. The operation is marked cancelled, stops polling, and any in-flight work is discarded.
Instructions
Cancel a pending or running job/operation. Flips it to cancelled and stops it from being polled. Note: work already in flight may still finish server-side, but its result is discarded. Already-finished jobs cannot be cancelled. Pass the operationId (from list_jobs pollUrl / get_job).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brandId | No | Brand ID; defaults to active brand | |
| operationId | Yes | Operation ID to cancel |