terminate_process
Terminate a running process by PID, optionally force-killing it and including child processes. Use to stop unresponsive or unwanted applications.
Instructions
Terminate or force-kill a process and optionally its descendants. DESTRUCTIVE; may cause data loss.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | ||
| force | No | ||
| include_children | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||