open-nomad/website/pages/docs/commands/volume/index.mdx

27 lines
782 B
Plaintext
Raw Normal View History

---
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 register`][register] - Register a volume.
- [`volume deregister`][deregister] - Deregister a volume.
- [`volume status`][status] - Display status information about a volume
[register]: /docs/commands/volume/register 'Register a volume'
[deregister]: /docs/commands/volume/deregister 'Deregister a volume'
[status]: /docs/commands/volume/status 'Display status information about a volume'