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

33 lines
612 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.
## Usage
```
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:
```
$ nomad sentinel delete foo
Successfully deleted "foo" Sentinel policy!
```