interrupt_command_by_id
Interrupt a running async command by sending Ctrl+C using its command ID. Stops execution immediately.
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 |