cancel_async_operation
Cancel a pending or running async report operation. Already completed operations are returned unchanged; use dryRun to validate without changes.
Instructions
Manage Cloud Analytics reports and get reports data in JSON format. Cancels a pending or running async report operation. Already-terminal operations (succeeded, failed, canceled) are returned as-is without any state change (idempotent). Returns 404 if the operationId does not exist or belongs to a different tenant. Use ?dryRun=true to validate the request without modifying any state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | ||
| operationId | Yes | ||
| Idempotency-Key | Yes | ||
| customerContext | No | Scope the request to a specific customer by ID. Required for DoiT employees (whose token isn't tied to a single customer); omit for direct customer users. |