processes/delete
Terminate a running Linux process by its PID. Send custom signals or use root privileges to stop processes you need to control.
Instructions
Terminates a specific process by PID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | The PID to kill | |
| signal | No | Signal to send (e.g., SIGTERM, SIGKILL) | |
| privileged | No | Run as root to kill other user's processes | |
| output_format | No | Desired output format (e.g. json, yaml, table, wide). Defaults to text |