github.com/smintz/nomad@v0.8.3/website/source/docs/commands/namespace/delete.html.md.erb (about)

     1  ---
     2  layout: "docs"
     3  page_title: "Commands: namespace delete"
     4  sidebar_current: "docs-commands-namespace-delete"
     5  description: >
     6    The namespace delete command is used to delete a namespace.
     7  ---
     8  
     9  # Command: namespace delete
    10  
    11  The `namespace delete` command is used delete a namespace.
    12  
    13  ~> Namespace commands are new in Nomad 0.7 and are only available with Nomad
    14  Enterprise.
    15  
    16  ## Usage
    17  
    18  ```
    19  nomad namespace delete [options] <namespace>
    20  ```
    21  
    22  The `namespace delete` command requires the name of the namespace to be deleted.
    23  
    24  ## General Options
    25  
    26  <%= partial "docs/commands/_general_options" %>
    27  
    28  ## Examples
    29  
    30  Delete a namespace
    31  
    32  ```
    33  $ nomad namespace delete api-prod
    34  Successfully deleted namespace "api-prod"!
    35  ```