sandbox_process_kill
Kill a running process in a cloud sandbox by specifying its PID obtained from the sandbox_process_list tool.
Instructions
Kill a running process in a sandbox by its PID. Use sandbox_process_list to find the PID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sandboxId | Yes | The sandbox ID. | |
| pid | Yes | Process ID to kill. Get PIDs from sandbox_process_list. |