Files
nomad/website/source/docs/commands/sentinel/delete.html.md.erb
Charlie Voiselle 0c359d1a21 Fixup for command section of website
* changed list indicator from * -> -
* moved in-text links to reference links
* made commands `plaintext`
* made command examples `console`
* rewrapped text
2019-10-22 17:42:08 -04:00

36 lines
715 B
Plaintext

---
layout: "docs"
page_title: "Commands: sentinel delete"
sidebar_current: "docs-commands-sentinel-delete"
description: >
The sentinel delete command is used to delete a Sentinel policy.
---
# Command: sentinel delete
The `sentinel delete` command is used to delete a Sentinel policy.
~> Sentinel commands are new in Nomad 0.7 and are only available with Nomad
Enterprise.
## Usage
```plaintext
nomad sentinel delete [options] <Policy Name>
```
The `sentinel delete` command requires a single argument, the policy name.
## General Options
<%= partial "docs/commands/_general_options" %>
## Examples
Delete a policy:
```shell
$ nomad sentinel delete foo
Successfully deleted "foo" Sentinel policy!
```