Session Stop
session_stopStop a running session by terminating its REPL worker and deleting its workspace, with an option to keep saved snapshots.
Instructions
Stop a session: kill its REPL worker (if any) and delete its workspace. Also deletes every session_snapshot saved for it, unless keep_snapshots=True.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Id of the session to stop, as returned by session_start | |
| keep_snapshots | No | Keep this session's saved session_snapshot archives instead of deleting them |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||