29 lines
838 B
Plaintext
29 lines
838 B
Plaintext
|
---
|
||
|
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
|
||
|
* [`namespace list`][list] - List available namespaces
|
||
|
|
||
|
[apply]: /docs/commands/namespace/apply.html "Create or update a namespace"
|
||
|
[delete]: /docs/commands/namespace/delete.html "Delete a namespace"
|
||
|
[list]: /docs/commands/namespace/list.html "List available namespaces"
|