github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/website/content/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 ~> Namespaces are open source in Nomad 1.0. Namespaces were Enterprise-only 14 when introduced in Nomad 0.7. 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"