rwx sandbox list

List sandbox sessions with status.

Usage

rwx sandbox list [flags]

Description

Displays all sandbox sessions associated with your RWX access token, including their current status. Use this to see which sandboxes are running, stopped, or in other states.

You can then use rwx sandbox stop --id <run-id> to stop a specific sandbox by its run ID, or rwx sandbox stop --all to stop all running sandboxes shown in this list.

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.