Files
nomad/website/content/docs/commands/quota/delete.mdx
Aimee Ukasick 23fd87d9c9 Docs: Commands section move "General options" to page bottom (#26001)
* sectionless files plus acl section

* alloc section

* config, deployment sections

* job section

* licence, namespace

* node, node-pool

* operator

* plugin, quota, recommendation

* scaling, sentinel, server, service, system, var, volume

* Add "ENT" label to left nav for enterprise commands

* job tag break into separate folder and files; update options header
2025-06-12 14:31:38 -05:00

37 lines
756 B
Plaintext

---
layout: docs
page_title: 'nomad quota delete command reference'
description: |
The `nomad quota delete` command deletes an existing quota specification in Nomad Enterprise.
---
# `nomad quota delete` command reference
The `quota delete` command is used to delete an existing quota specification.
<EnterpriseAlert product="nomad"/>
## Usage
```plaintext
nomad quota delete <quota_name>
```
The `quota delete` command requires the quota specification name as an argument.
If ACLs are enabled, this command requires a token with the `quota:write`
capability.
## Examples
Delete a quota specification:
```shell-session
$ nomad quota delete my-quota
Successfully deleted quota "my-quota"!
```
## General options
@include 'general_options.mdx'