github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/website/content/docs/commands/volume/index.mdx (about) 1 --- 2 layout: docs 3 page_title: 'Commands: volume' 4 description: | 5 The volume command is used to interact with volumes. 6 --- 7 8 # Command: volume 9 10 The `volume` command is used to interact with volumes. 11 12 ## Usage 13 14 Usage: `nomad volume <subcommand> [options]` 15 16 Run `nomad volume <subcommand> -h` for help on that subcommand. The following 17 subcommands are available: 18 19 - [`volume create`][create] - Create a volume. 20 - [`volume delete`][delete] - Delete a volume. 21 - [`volume deregister`][deregister] - Deregister a volume. 22 - [`volume detach`][detach] - Detach a volume. 23 - [`volume init`][init] - Create an example volume specification file. 24 - [`volume register`][register] - Register a volume. 25 - [`volume snapshot create`][snapshot-create] - Create a volume snapshot. 26 - [`volume snapshot delete`][snapshot-delete] - Delete a volume snapshot. 27 - [`volume snapshot list`][snapshot-list] - List all volume snapshots. 28 - [`volume status`][status] - Display status information about a volume. 29 30 [create]: /docs/commands/volume/create 31 [delete]: /docs/commands/volume/delete 32 [deregister]: /docs/commands/volume/deregister 'Deregister a volume' 33 [detach]: /docs/commands/volume/detach 'Detach a volume' 34 [init]: /docs/commands/volume/init 'Create an example volume specification file' 35 [register]: /docs/commands/volume/register 'Register a volume' 36 [snapshot-create]: /docs/commands/volume/snapshot-create 37 [snapshot-delete]: /docs/commands/volume/snapshot-delete 38 [snapshot-list]: /docs/commands/volume/snapshot-list 39 [status]: /docs/commands/volume/status 'Display status information about a volume'