> ## 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 snapshots

> Create, restore, fork, and retire snapshots

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

Create, restore, fork, and retire snapshots

### Options

```
  -h, --help   help for snapshots
```

### 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 sandbox](/cli-reference/stackshift_sandbox)	 - Operate isolated sandboxes through the public API
* [stackshift sandbox snapshots create](/cli-reference/stackshift_sandbox_snapshots_create)	 - Create a filesystem or quiesced volume-group snapshot
* [stackshift sandbox snapshots delete](/cli-reference/stackshift_sandbox_snapshots_delete)	 - Permanently delete a snapshot
* [stackshift sandbox snapshots fork](/cli-reference/stackshift_sandbox_snapshots_fork)	 - Fork an independent sandbox from a snapshot
* [stackshift sandbox snapshots get](/cli-reference/stackshift_sandbox_snapshots_get)	 - Inspect snapshot integrity and lineage
* [stackshift sandbox snapshots list](/cli-reference/stackshift_sandbox_snapshots_list)	 - List snapshots globally or for one sandbox
* [stackshift sandbox snapshots restore](/cli-reference/stackshift_sandbox_snapshots_restore)	 - Restore a snapshot into a sleeping sandbox
