session_destroy
Destroy a session and free its resources. The session_id becomes invalid, and unsaved shell state (cwd, env, jobs) is lost.
Instructions
DESTRUCTIVE: destroy a session and free its resources. The session_id becomes invalid immediately; any unsaved shell state (cwd, env, background jobs) is lost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Session id from session_create. |