github.com/hspak/nomad@v0.7.2-0.20180309000617-bc4ae22a39a5/website/source/docs/commands/sentinel/delete.html.md.erb (about) 1 --- 2 layout: "docs" 3 page_title: "Commands: sentinel delete" 4 sidebar_current: "docs-commands-sentinel-delete" 5 description: > 6 The sentinel delete command is used to delete a Sentinel policy. 7 --- 8 9 # Command: sentinel delete 10 11 The `sentinel delete` command is used to delete a Sentinel policy. 12 13 ## Usage 14 15 ``` 16 nomad sentinel delete [options] <Policy Name> 17 ``` 18 19 The `sentinel delete` command requires a single argument, the policy name. 20 21 ## General Options 22 23 <%= partial "docs/commands/_general_options" %> 24 25 ## Examples 26 27 Delete a policy: 28 29 ``` 30 $ nomad sentinel delete foo 31 Successfully deleted "foo" Sentinel policy! 32 ```