ssh_kill_process
Kill a process by PID on a remote Linux server via SSH. Specify the termination signal (TERM, KILL, HUP) to control how the process is stopped.
Instructions
Kill a process by its PID.
Args: pid: Process ID to kill session_name: SSH session to use signal: Signal to send (default: TERM, options: KILL, HUP, INT, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | ||
| signal | No | TERM | |
| session_name | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |