close_session
Close an active SSH session and retrieve its final screen state. Note that closing terminates running processes, so only do this when tasks are complete.
Instructions
Close an active SSH session and return its final screen state.
WARNING: Closing a session will terminate any running processes in that session. For long-running tasks (builds, downloads, etc.), leave the session open until the task completes. You can monitor progress using get_snapshot() without closing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |