> For the complete documentation index, see [llms.txt](https://hyperhq.gitbook.io/docs-hyper-sh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hyperhq.gitbook.io/docs-hyper-sh/index-2/index/index-1/ls.md).

# ls

```
Usage: hyper snapshot ls [OPTIONS]

List snapshots

  --help=false         Print usage
  -q, --quiet=false    Only display snapshot names
```

Example output:

```
$ hyper snapshot create --volume dbvol --name rose
rose
$ hyper snapshot create --volume dbvol --name tyler
tyler
$ hyper snapshot ls
Snapshot Name       Volume              Size
rose                dbvol               20
tyler                dbvol               20
```
