terminate_process
Terminate an interactive process by session ID with optional force kill (SIGKILL) and configurable grace period before escalation.
Instructions
Terminate an interactive process.
Args: session_id: The session ID to terminate. force: Use SIGKILL instead of SIGTERM. Default False. grace_period: Seconds to wait after SIGTERM before SIGKILL. Default 5.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| force | No | ||
| grace_period | No |