CLI
List sandboxes
You can list all running sandboxes using the following command:
Bash
Changes in the Beta CLI
If you’re using the beta version of the CLI, the sandbox list
command was updated.
List all sandboxes
To list all sandboxes, use the following command:
Bash
This will return all sandboxes, both running and paused.
Filter by state
To filter the sandboxes by their state you can specify the --state
flag, which can either be “running”, “paused” or both.
Bash
Filter by metadata
To filter the sandboxes by their metadata, use the --metadata
flag.
Bash
List limit
To limit the amount of sandboxes returned by the command, use the --limit
flag.
Bash
By default, the command will return all sandboxes.