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

> Create, attach, grow, detach, and retire volumes

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

Create, attach, grow, detach, and retire volumes

### Options

```
  -h, --help   help for volumes
```

### 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 volumes attach](/cli-reference/stackshift_sandbox_volumes_attach)	 - Attach a detached volume
* [stackshift sandbox volumes create](/cli-reference/stackshift_sandbox_volumes_create)	 - Create and attach a hard-limited volume
* [stackshift sandbox volumes delete](/cli-reference/stackshift_sandbox_volumes_delete)	 - Permanently delete a detached volume
* [stackshift sandbox volumes detach](/cli-reference/stackshift_sandbox_volumes_detach)	 - Detach a volume from a sleeping sandbox
* [stackshift sandbox volumes get](/cli-reference/stackshift_sandbox_volumes_get)	 - Inspect volume state and attachment
* [stackshift sandbox volumes grow](/cli-reference/stackshift_sandbox_volumes_grow)	 - Grow a volume without shrinking
* [stackshift sandbox volumes list](/cli-reference/stackshift_sandbox_volumes_list)	 - List volumes globally or for one sandbox
