TL;DR
- Use when: Operation taking too long, no longer needed
- Returns: Cancellation status
- Cost: No VM needed
Parameters
Response
Examples
Cancel Operation
See Also
- get_operation - Check operation status
- list_operations - Find operations
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
operation_id | string | Yes | - | Operation UUID to cancel |
{
"success": true,
"operation_id": "op-abc123"
}
{"tool": "cancel_operation", "args": {
"operation_id": "op-abc123"
}}
Was this page helpful?