mirror of
https://github.com/kemko/nomad.git
synced 2026-01-15 06:45:41 +03:00
* sectionless files plus acl section * alloc section * config, deployment sections * job section * licence, namespace * node, node-pool * operator * plugin, quota, recommendation * scaling, sentinel, server, service, system, var, volume * Add "ENT" label to left nav for enterprise commands * job tag break into separate folder and files; update options header
32 lines
779 B
Plaintext
32 lines
779 B
Plaintext
---
|
|
layout: docs
|
|
page_title: 'nomad acl binding-rule delete command reference'
|
|
description: |
|
|
The `nomad acl binding-rule delete` command delete an existing access control list (ACL) binding rule.
|
|
---
|
|
|
|
# `nomad acl binding-rule delete` command reference
|
|
|
|
The `acl binding-rule delete` command is used to delete existing ACL Binding Rules.
|
|
|
|
## Usage
|
|
|
|
```plaintext
|
|
nomad acl binding-rule delete [options] <binding-rule_id>
|
|
```
|
|
|
|
The `acl binding-rule delete` command requires an existing rule's ID.
|
|
|
|
## Examples
|
|
|
|
Delete an existing ACL Auth Method:
|
|
|
|
```shell-session
|
|
$ nomad acl binding-rule delete 698fdad6-dcb3-79dd-dc72-b43374057dea
|
|
ACL binding rule 698fdad6-dcb3-79dd-dc72-b43374057dea successfully deleted
|
|
```
|
|
|
|
## General Options
|
|
|
|
@include 'general_options_no_namespace.mdx'
|