stop_process
Stop a running background process and its entire child tree by providing the PID or process ID.
Instructions
Stop a managed background process and its child tree by PID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | Process ID returned by start_process. | |
| process_id | No | Opaque processId returned by start_process; detects stale PID references. |