--- layout: docs page_title: 'Commands: namespace' sidebar_title: namespace description: | The namespace command is used to interact with namespaces. --- # Command: namespace The `namespace` command is used to interact with namespaces. ~> Namespace commands are new in Nomad 0.7 and are only available with Nomad Enterprise. ## Usage Usage: `nomad namespace [options]` Run `nomad namespace -h` for help on that subcommand. The following subcommands are available: - [`namespace apply`][apply] - Create or update a namespace - [`namespace delete`][delete] - Delete a namespace - [`namespace inspect`][inspect] - Inspect a namespace - [`namespace list`][list] - List available namespaces - [`namespace status`][status] - Display a namespace's status [apply]: /docs/commands/namespace/apply 'Create or update a namespace' [delete]: /docs/commands/namespace/delete 'Delete a namespace' [inspect]: /docs/commands/namespace/inspect 'Inspect a namespace' [list]: /docs/commands/namespace/list 'List available namespaces' [status]: /docs/commands/namespace/status "Display a namespace's status"