github.com/hspak/nomad@v0.7.2-0.20180309000617-bc4ae22a39a5/website/source/docs/commands/quota/delete.html.md.erb (about)

     1  ---
     2  layout: "docs"
     3  page_title: "Commands: quota delete"
     4  sidebar_current: "docs-commands-quota-delete"
     5  description: >
     6    The quota delete command is used to delete an existing quota specification.
     7  ---
     8  
     9  # Command: quota delete
    10  
    11  The `quota delete` command is used to delete an existing quota specification.
    12  
    13  ## Usage
    14  
    15  ```
    16  nomad quota delete <quota_name>
    17  ```
    18  
    19  The `quota delete` command requires the quota specification name as an argument.
    20  
    21  ## General Options
    22  
    23  <%= partial "docs/commands/_general_options" %>
    24  
    25  ## Examples
    26  
    27  Delete a quota specification:
    28  
    29  ```
    30  $ nomad quota delete my-quota
    31  Successfully deleted quota "my-quota"!
    32  ```