close_session
Terminate a running interactive terminal session by specifying its session ID and optionally the signal to send (e.g., SIGTERM, SIGKILL).
Instructions
Close/kill an interactive terminal session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | The session ID to close | |
| signal | No | Signal to send (e.g., SIGTERM, SIGKILL) | SIGTERM |