Closes the browser and stops the daemon for a specific session or all sessions.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/steerlabs/opensteer/llms.txt
Use this file to discover all available pages before exploring further.
Syntax
Options
--session <id>: Session ID to close--all: Close all active sessions
Examples
Close Specific Session
Close Using Environment Variable
Close All Sessions
List Sessions Before Closing
Response
Single Session
All Sessions
Behavior
- Closes the browser instance for the session
- Stops the daemon process
- Cleans up temporary files (socket, PID file)
- With
--all, closes every active session and daemon
Related Commands
opensteer sessions: List all active sessionsopensteer status: Check session status
Session Cleanup
When you close a session:- The browser window is closed
- The daemon process is terminated
- Socket files are removed from
/tmp/ - PID files are cleaned up
- Session bindings are preserved (for
OPENSTEER_CLIENT_ID)