open-nomad/website/pages/docs/commands/quota/delete.mdx
Jeff Escalante 6c8f079d24
new website
2020-02-06 18:45:31 -05:00

36 lines
684 B
Plaintext

---
layout: docs
page_title: 'Commands: quota delete'
sidebar_title: delete
description: |
The quota delete command is used to delete an existing quota specification.
---
# Command: quota delete
The `quota delete` command is used to delete an existing quota specification.
~> Quota commands are new in Nomad 0.7 and are only available with Nomad
Enterprise.
## Usage
```plaintext
nomad quota delete <quota_name>
```
The `quota delete` command requires the quota specification name as an argument.
## General Options
@include 'general_options.mdx'
## Examples
Delete a quota specification:
```shell
$ nomad quota delete my-quota
Successfully deleted quota "my-quota"!
```