github.com/hspak/nomad@v0.7.2-0.20180309000617-bc4ae22a39a5/website/source/docs/commands/namespace.html.md.erb (about) 1 --- 2 layout: "docs" 3 page_title: "Commands: namespace" 4 sidebar_current: "docs-commands-namespace" 5 description: > 6 The namespace command is used to interact with namespaces. 7 --- 8 9 # Nomad Namespace 10 11 Command: `nomad namespace` 12 13 The `namespace` command is used to interact with namespaces. 14 15 ## Usage 16 17 Usage: `nomad namespace <subcommand> [options]` 18 19 Run `nomad namespace <subcommand> -h` for help on that subcommand. The following 20 subcommands are available: 21 22 * [`namespace apply`][apply] - Create or update a namespace 23 * [`namespace delete`][delete] - Delete a namespace 24 * [`namespace inspect`][inspect] - Inspect a namespace 25 * [`namespace list`][list] - List available namespaces 26 * [`namespace status`][status] - Display a namespace's status 27 28 [apply]: /docs/commands/namespace/apply.html "Create or update a namespace" 29 [delete]: /docs/commands/namespace/delete.html "Delete a namespace" 30 [inspect]: /docs/commands/namespace/inspect.html "Inspect a namespace" 31 [list]: /docs/commands/namespace/list.html "List available namespaces" 32 [status]: /docs/commands/namespace/status.html "Display a namespace's status"