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

Manage volume snapshots. A snapshot is a point-in-time copy of a volume. Snapshots can be used to create new volumes or restore a volume to a previous state.

## Usage

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

## Available Commands

* [create](/flyctl/cmd/fly_volumes_snapshots_create)	 - Create a volume snapshot.
* [list](/flyctl/cmd/fly_volumes_snapshots_list)	 - List snapshots.

## Options

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

## Global Options

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

## See Also

* [fly volumes](/flyctl/cmd/fly_volumes)	 - Manage Fly Volumes.
