2017-09-19 14:47:10 +00:00
|
|
|
---
|
|
|
|
layout: "docs"
|
|
|
|
page_title: "Commands: namespace"
|
|
|
|
sidebar_current: "docs-commands-namespace"
|
|
|
|
description: >
|
|
|
|
The namespace command is used to interact with namespaces.
|
|
|
|
---
|
|
|
|
|
|
|
|
# Nomad Namespace
|
|
|
|
|
|
|
|
Command: `nomad namespace`
|
|
|
|
|
|
|
|
The `namespace` command is used to interact with namespaces.
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
Usage: `nomad namespace <subcommand> [options]`
|
|
|
|
|
|
|
|
Run `nomad namespace <subcommand> -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
|
2017-10-13 23:26:39 +00:00
|
|
|
* [`namespace inspect`][inspect] - Inspect a namespace
|
2017-09-19 14:47:10 +00:00
|
|
|
* [`namespace list`][list] - List available namespaces
|
2017-10-13 23:26:39 +00:00
|
|
|
* [`namespace status`][status] - Display a namespace's status
|
2017-09-19 14:47:10 +00:00
|
|
|
|
|
|
|
[apply]: /docs/commands/namespace/apply.html "Create or update a namespace"
|
|
|
|
[delete]: /docs/commands/namespace/delete.html "Delete a namespace"
|
2017-10-13 23:26:39 +00:00
|
|
|
[inspect]: /docs/commands/namespace/inspect.html "Inspect a namespace"
|
2017-09-19 14:47:10 +00:00
|
|
|
[list]: /docs/commands/namespace/list.html "List available namespaces"
|
2017-10-13 23:26:39 +00:00
|
|
|
[status]: /docs/commands/namespace/status.html "Display a namespace's status"
|