rwx sandbox stop
Stop a sandbox session.
Usage
rwx sandbox stop [flags]
Description
Terminates one or more running sandbox sessions. Use this to clean up sandboxes when you're done with them.
Sandboxes will automatically stop after 1 hour of inactivity.
Options
--all
Stop all running sandboxes associated with your RWX access token. This is the same list of sandboxes returned by rwx sandbox list.
--id <run-id>
Stop a specific sandbox by its run ID. Use rwx sandbox list to find run IDs.
Global Options
--output <format>
Output format: text or json. Defaults to text.
--access-token <token>
The access token for RWX. Defaults to the value of the $RWX_ACCESS_TOKEN environment variable.