35 lines
1.1 KiB
Plaintext
35 lines
1.1 KiB
Plaintext
---
|
|
layout: docs
|
|
page_title: 'Commands: quota'
|
|
description: |
|
|
The quota command is used to interact with quota specifications.
|
|
---
|
|
|
|
# Command: quota
|
|
|
|
The `quota` command is used to interact with quota specifications.
|
|
|
|
~> Quota commands are new in Nomad 0.7 and are only available with Nomad
|
|
Enterprise.
|
|
|
|
## Usage
|
|
|
|
Usage: `nomad quota <subcommand> [options]`
|
|
|
|
Run `nomad quota <subcommand> -h` for help on that subcommand. The following
|
|
subcommands are available:
|
|
|
|
- [`quota apply`][quotaapply] - Create or update a quota specification
|
|
- [`quota delete`][quotadelete] - Delete a quota specification
|
|
- [`quota init`][quotainit] - Create an example quota specification file
|
|
- [`quota inspect`][quotainspect] - Inspect a quota specification
|
|
- [`quota list`][quotalist] - List quota specifications
|
|
- [`quota status`][quotastatus] - Display a quota's status and current usage
|
|
|
|
[quotaapply]: /docs/commands/quota/apply
|
|
[quotadelete]: /docs/commands/quota/delete
|
|
[quotainit]: /docs/commands/quota/init
|
|
[quotainspect]: /docs/commands/quota/inspect
|
|
[quotalist]: /docs/commands/quota/list
|
|
[quotastatus]: /docs/commands/quota/status
|