signal-process
Send INT, TERM, or KILL signals to a remote process by PID to stop or interrupt it. Use this to terminate unresponsive processes over SSH.
Instructions
Send a signal (INT, TERM, KILL) to a remote process by PID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | Process ID to signal (positive integer) | |
| signal | No | Signal to send | TERM |
| profile | No | Profile name |