1---
2layout: docs
3page_title: 'Commands: quota'
4description: |
5  The quota command is used to interact with quota specifications.
6---
7
8# Command: quota
9
10The `quota` command is used to interact with quota specifications.
11
12~> Quota commands are new in Nomad 0.7 and are only available with Nomad
13Enterprise.
14
15## Usage
16
17Usage: `nomad quota <subcommand> [options]`
18
19Run `nomad quota <subcommand> -h` for help on that subcommand. The following
20subcommands are available:
21
22- [`quota apply`][quotaapply] - Create or update a quota specification
23- [`quota delete`][quotadelete] - Delete a quota specification
24- [`quota init`][quotainit] - Create an example quota specification file
25- [`quota inspect`][quotainspect] - Inspect a quota specification
26- [`quota list`][quotalist] - List quota specifications
27- [`quota status`][quotastatus] - Display a quota's status and current usage
28
29[quotaapply]: /docs/commands/quota/apply
30[quotadelete]: /docs/commands/quota/delete
31[quotainit]: /docs/commands/quota/init
32[quotainspect]: /docs/commands/quota/inspect
33[quotalist]: /docs/commands/quota/list
34[quotastatus]: /docs/commands/quota/status
35