TL;DR
- Use when: Checking async operation results
- Returns: Operation state, stdout/stderr, exit code
- Cost: No VM needed
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
operation_id | string | Yes | - | Operation UUID |
Response
For instance (command) operations:Examples
Check Status
Operation States
| State | Description |
|---|---|
PENDING | Queued |
EXECUTING | Running |
SUCCESS | Completed successfully |
FAILED | Completed with error |
CANCELLED | Cancelled |
See Also
- wait_operations - Wait for multiple ops
- list_operations - List all operations
- cancel_operation - Cancel running op