interrupt_command_by_id
Stop a running async SSH command by sending Ctrl+C using its command ID. Interrupt long-running processes to regain control.
Instructions
Interrupt a running async command by sending Ctrl+C.
Args: command_id: The command ID returned by execute_command_async
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |