kill_process_code
Terminate a process by PID or name, sending a configurable signal such as SIGTERM to stop it.
Instructions
Kill a process by PID or name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | No | Process ID to kill | |
| name | No | Process name to kill (alternative to PID) | |
| signal | No | Signal to send (default: SIGTERM) | SIGTERM |