29 lines
886 B
Plaintext
29 lines
886 B
Plaintext
---
|
|
layout: docs
|
|
page_title: 'Commands: volume'
|
|
sidebar_title: volume
|
|
description: |
|
|
The volume command is used to interact with volumes.
|
|
---
|
|
|
|
# Command: volume
|
|
|
|
The `volume` command is used to interact with volumes.
|
|
|
|
## Usage
|
|
|
|
Usage: `nomad volume <subcommand> [options]`
|
|
|
|
Run `nomad volume <subcommand> -h` for help on that subcommand. The following
|
|
subcommands are available:
|
|
|
|
- [`volume deregister`][deregister] - Deregister a volume.
|
|
- [`volume detach`][detach] - Detach a volume.
|
|
- [`volume register`][register] - Register a volume.
|
|
- [`volume status`][status] - Display status information about a volume
|
|
|
|
[deregister]: /docs/commands/volume/deregister 'Deregister a volume'
|
|
[detach]: /docs/commands/volume/detach 'Detach a volume'
|
|
[register]: /docs/commands/volume/register 'Register a volume'
|
|
[status]: /docs/commands/volume/status 'Display status information about a volume'
|