open-nomad/website/source/docs/commands/namespace/delete.html.md.erb
Alex Dadgar e5ec915ac3 sync
2017-09-19 10:08:23 -05:00

36 lines
704 B
Plaintext

---
layout: "docs"
page_title: "Commands: namespace delete"
sidebar_current: "docs-commands-namespace-delete"
description: >
The namespace delete command is used to delete a namespace.
---
# Command: namespace delete
The `namespace delete` command is used delete a namespace.
~> Namespace commands are new in Nomad 0.7 and are only available with Nomad
Enterprise.
## Usage
```
nomad namespace delete [options] <namespace>
```
The `namespace delete` command requires the name of the namespace to be deleted.
## General Options
<%= partial "docs/commands/_general_options" %>
## Examples
Delete a namespace
```
$ nomad namespace delete api-prod
Successfully deleted namespace "api-prod"!
```