Kill Background Process
kill_processKill a background process by its process ID. User approval is required before proceeding.
Instructions
Terminate a background process previously started with run_command_background. Requires interactive user approval before proceeding.
Args:
pid (number): Process ID to kill (must be one tracked by this server — see list_processes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | Process ID to terminate |