List all running sandboxes
To list all running sandboxes, use the following command:Bash
Filter by state
Use the--state flag to filter sandboxes by state. Supported values are “running”, “paused”, or both.
For example, to get both running and paused sandboxes.
Bash
Filter by metadata
Use the--metadata flag to filter sandboxes by metadata.
Bash
List limit
Use the--limit flag to limit the number of sandboxes returned by the command.
If the --limit flag is not specified, the command returns all sandboxes.
Bash