caldera_set_operation_state
Change an operation's state to running, paused, or stop to control execution flow.
Instructions
Change the state of an existing operation.
Valid transitions: paused → running (resume execution) running → paused (pause execution) running → stop (terminate cleanly)
Args: operation_id: The Caldera operation ID. state: Target state — 'running', 'paused', or 'stop'.
Returns: JSON string with the updated operation state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation_id | Yes | ||
| state | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |