github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/website/content/docs/commands/quota/index.mdx (about)

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