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

# fly volumes

Manage Fly Volumes. Volumes are persistent storage for Fly Machines. Learn how how volumes work: [https://fly.io/docs/volumes/overview/](https://fly.io/docs/volumes/overview/).

## Usage

```
fly volumes [command] [flags]
```

## Available Commands

* [create](/flyctl/cmd/fly_volumes_create)	 - Create a new volume for an app.
* [destroy](/flyctl/cmd/fly_volumes_destroy)	 - Destroy one or more volumes.
* [extend](/flyctl/cmd/fly_volumes_extend)	 - Extend a volume to the specified size.
* [fork](/flyctl/cmd/fly_volumes_fork)	 - Fork the specified volume.
* [list](/flyctl/cmd/fly_volumes_list)	 - List the volumes associated with an app.
* [show](/flyctl/cmd/fly_volumes_show)	 - Show the details of the specified volume.
* [snapshots](/flyctl/cmd/fly_volumes_snapshots)	 - Manage volume snapshots.
* [update](/flyctl/cmd/fly_volumes_update)	 - Update a volume for an app.

## Options

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

## Global Options

```
  -t, --access-token string   Fly API Access Token
      --debug                 Print additional logs and traces
      --verbose               Verbose output
```

## See Also

* [fly](/flyctl/cmd/fly_help)	 - The Fly.io command line interface
