github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/website/pages/docs/commands/namespace/index.mdx (about) 1 --- 2 layout: docs 3 page_title: 'Commands: namespace' 4 sidebar_title: namespace 5 description: | 6 The namespace command is used to interact with namespaces. 7 --- 8 9 # Command: namespace 10 11 The `namespace` command is used to interact with namespaces. 12 13 ~> Namespace commands are new in Nomad 0.7 and are only available with Nomad 14 Enterprise. 15 16 ## Usage 17 18 Usage: `nomad namespace <subcommand> [options]` 19 20 Run `nomad namespace <subcommand> -h` for help on that subcommand. The following 21 subcommands are available: 22 23 - [`namespace apply`][apply] - Create or update a namespace 24 - [`namespace delete`][delete] - Delete a namespace 25 - [`namespace inspect`][inspect] - Inspect a namespace 26 - [`namespace list`][list] - List available namespaces 27 - [`namespace status`][status] - Display a namespace's status 28 29 [apply]: /docs/commands/namespace/apply 'Create or update a namespace' 30 [delete]: /docs/commands/namespace/delete 'Delete a namespace' 31 [inspect]: /docs/commands/namespace/inspect 'Inspect a namespace' 32 [list]: /docs/commands/namespace/list 'List available namespaces' 33 [status]: /docs/commands/namespace/status "Display a namespace's status"