2017-10-13 21:02:30 +00:00
|
|
|
---
|
2020-02-06 23:45:31 +00:00
|
|
|
layout: docs
|
|
|
|
page_title: 'Commands: quota'
|
|
|
|
sidebar_title: quota
|
|
|
|
description: |
|
2017-10-13 21:02:30 +00:00
|
|
|
The quota command is used to interact with quota specifications.
|
|
|
|
---
|
|
|
|
|
2018-03-22 20:39:18 +00:00
|
|
|
# Command: quota
|
2017-10-13 21:02:30 +00:00
|
|
|
|
|
|
|
The `quota` command is used to interact with quota specifications.
|
|
|
|
|
2018-03-22 20:39:18 +00:00
|
|
|
~> Quota commands are new in Nomad 0.7 and are only available with Nomad
|
|
|
|
Enterprise.
|
|
|
|
|
2017-10-13 21:02:30 +00:00
|
|
|
## Usage
|
|
|
|
|
|
|
|
Usage: `nomad quota <subcommand> [options]`
|
|
|
|
|
|
|
|
Run `nomad quota <subcommand> -h` for help on that subcommand. The following
|
|
|
|
subcommands are available:
|
|
|
|
|
2019-10-22 13:44:00 +00:00
|
|
|
- [`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
|
2017-10-13 21:02:30 +00:00
|
|
|
|
2020-02-06 23:45:31 +00:00
|
|
|
[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
|