kill_process
Terminate any process by its PID to free system resources or stop unresponsive applications. Optionally force kill with SIGKILL when standard termination fails.
Instructions
Terminate a process by PID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | Process ID. | |
| force | No | Force kill (SIGKILL). Default: true. |