process_kill
Send a POSIX signal to a process by PID to stop, terminate, or control its execution. Specify signal names like SIGTERM or SIGKILL.
Instructions
Send a POSIX signal to terminate or signal a process by PID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | Process ID to signal. | |
| signal | No | Signal name (e.g. SIGTERM, SIGKILL, SIGHUP, SIGINT). | SIGTERM |