github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/website/pages/docs/commands/quota/index.mdx (about)

     1  ---
     2  layout: docs
     3  page_title: 'Commands: quota'
     4  sidebar_title: quota
     5  description: |
     6    The quota command is used to interact with quota specifications.
     7  ---
     8  
     9  # Command: quota
    10  
    11  The `quota` command is used to interact with quota specifications.
    12  
    13  ~> Quota commands are new in Nomad 0.7 and are only available with Nomad
    14  Enterprise.
    15  
    16  ## Usage
    17  
    18  Usage: `nomad quota <subcommand> [options]`
    19  
    20  Run `nomad quota <subcommand> -h` for help on that subcommand. The following
    21  subcommands are available:
    22  
    23  - [`quota apply`][quotaapply] - Create or update a quota specification
    24  - [`quota delete`][quotadelete] - Delete a quota specification
    25  - [`quota init`][quotainit] - Create an example quota specification file
    26  - [`quota inspect`][quotainspect] - Inspect a quota specification
    27  - [`quota list`][quotalist] - List quota specifications
    28  - [`quota status`][quotastatus] - Display a quota's status and current usage
    29  
    30  [quotaapply]: /docs/commands/quota/apply
    31  [quotadelete]: /docs/commands/quota/delete
    32  [quotainit]: /docs/commands/quota/init
    33  [quotainspect]: /docs/commands/quota/inspect
    34  [quotalist]: /docs/commands/quota/list
    35  [quotastatus]: /docs/commands/quota/status