mirror of
https://github.com/kemko/nomad.git
synced 2026-01-10 20:35:42 +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
747 B
Plaintext
32 lines
747 B
Plaintext
---
|
|
layout: docs
|
|
page_title: 'nomad acl auth-method delete command reference'
|
|
description: |
|
|
The `nomad auth-method delete command` deletes an existing access control list (ACL) authentication method.
|
|
---
|
|
|
|
# `nomad`acl auth-method delete` command reference
|
|
|
|
The `acl auth-method delete` command is used to delete existing ACL Auth Methods.
|
|
|
|
## Usage
|
|
|
|
```plaintext
|
|
nomad acl auth-method delete [options] <auth-method_name>
|
|
```
|
|
|
|
The `acl auth-method delete` command requires an existing method's name.
|
|
|
|
## Examples
|
|
|
|
Delete an existing ACL Auth Method:
|
|
|
|
```shell-session
|
|
$ nomad acl auth-method delete example-auth-method
|
|
ACL auth method example-auth-method successfully deleted
|
|
```
|
|
|
|
## General options
|
|
|
|
@include 'general_options_no_namespace.mdx'
|