kill_action
Stop a running OliveTin action by its execution_tracking_id when can_kill is true. Returns killed, already_completed, or not_found status.
Instructions
Kill a currently running OliveTin action by its execution_tracking_id. Only works when the LogEntry's can_kill field is true. Returns killed/already_completed/not_found status. No approval needed — this is a safety stop, not a destructive write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| execution_tracking_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |