cancel_shell
Cancel a pending or ongoing shell command.
Cancel a pending or ongoing shell command.
Destructive · Writes data · Idempotent · Calls external systems. This tool can modify or delete data. Review the arguments before letting an agent call it.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
shell_id | number | Yes | Shell command ID to cancel |
Example arguments
Illustrative arguments an agent supplies when calling this tool:
{
"shell_id": 0
}
Description
The command's status changes to Canceled and the runner task is terminated. Find active shell_ids via list_shell_actions.
Related
What's next?
Last updated on