Operations

Cancel operation

Request cancellation of a queued or running aggregate operation.

POST/api/v1/operations/{operationID}/cancel

Authentication: REST bearer token required.

Parameters

operationIDUUIDrequired

PathThe aggregate operation UUID.

Responses

202

Cancellation was accepted and the operation reflects its latest state.

400

The request is invalid or contains an unsupported value.

401

The bearer token is missing, invalid, or expired.

404

The requested resource does not exist for this account.

409

The request conflicts with the current resource state.