> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackshift.cloud/llms.txt
> Use this file to discover all available pages before exploring further.

# stackshift sandbox

> Operate isolated sandboxes through the public API

<Note>
  This page is generated from the StackShift CLI command definitions.
</Note>

Operate isolated sandboxes through the public API

### Options

```
  -h, --help   help for sandbox
```

### Options inherited from parent commands

```
      --api-url string       StackShift API URL
      --app string           application name or ID
      --color string         color output: auto, always, or never (default "auto")
      --debug                show request diagnostics
      --environment string   project environment
  -o, --output string        output format: table, json, yaml, or name (default "table")
      --profile string       configuration profile
      --project string       project name or ID
  -q, --quiet                suppress progress output
      --timeout duration     request timeout (default 30s)
      --token-file string    mode-0600 token file
      --token-stdin          read a CI token from stdin
  -y, --yes                  confirm risky operations
```

### SEE ALSO

* [stackshift](/cli-reference/stackshift)	 - Manage StackShift from the command line
* [stackshift sandbox create](/cli-reference/stackshift_sandbox_create)	 - Create a sandbox
* [stackshift sandbox destroy](/cli-reference/stackshift_sandbox_destroy)	 - Permanently destroy a sandbox
* [stackshift sandbox events](/cli-reference/stackshift_sandbox_events)	 - Follow the resumable sandbox event stream
* [stackshift sandbox exec](/cli-reference/stackshift_sandbox_exec)	 - Run and stream a recorded sandbox execution
* [stackshift sandbox get](/cli-reference/stackshift_sandbox_get)	 - Inspect a sandbox and its effective policy
* [stackshift sandbox list](/cli-reference/stackshift_sandbox_list)	 - List sandboxes
* [stackshift sandbox operation](/cli-reference/stackshift_sandbox_operation)	 - Inspect or wait for a durable sandbox operation
* [stackshift sandbox recover](/cli-reference/stackshift_sandbox_recover)	 - Recover a sandbox
* [stackshift sandbox resume](/cli-reference/stackshift_sandbox_resume)	 - Resume a sandbox
* [stackshift sandbox secrets](/cli-reference/stackshift_sandbox_secrets)	 - Manage write-only secret metadata and sandbox bindings
* [stackshift sandbox services](/cli-reference/stackshift_sandbox_services)	 - Operate managed temporary database sidecars
* [stackshift sandbox sleep](/cli-reference/stackshift_sandbox_sleep)	 - Sleep a sandbox
* [stackshift sandbox snapshots](/cli-reference/stackshift_sandbox_snapshots)	 - Create, restore, fork, and retire snapshots
* [stackshift sandbox start](/cli-reference/stackshift_sandbox_start)	 - Start a sandbox
* [stackshift sandbox terminal](/cli-reference/stackshift_sandbox_terminal)	 - Open a reconnectable streaming terminal
* [stackshift sandbox volumes](/cli-reference/stackshift_sandbox_volumes)	 - Create, attach, grow, detach, and retire volumes
