mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 09:55:44 +03:00
* 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
37 lines
756 B
Plaintext
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'
|