cancel_operation¶
Cancel a running operation.
TL;DR¶
Use when: Operation taking too long, no longer needed
Returns: Cancellation status
Cost: No VM needed
Parameters¶
Parameter |
Type |
Required |
Default |
Description |
|---|---|---|---|---|
|
string |
Yes |
- |
Operation UUID to cancel |
Response¶
{
"success": true,
"operation_id": "op-abc123"
}
Examples¶
Cancel Operation¶
{"tool": "cancel_operation", "args": {
"operation_id": "op-abc123"
}}
See Also¶
get_operation - Check operation status
list_operations - Find operations