We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72a6749 commit bf797c5Copy full SHA for bf797c5
content/vault/v1.21.x/content/docs/commands/lease/revoke.mdx
@@ -27,6 +27,15 @@ $ vault lease revoke -prefix database/creds
27
Success! Revoked any leases with prefix: database/creds
28
```
29
30
+Force revoke an irrevocable lease which starts with a prefix plus lease ID:
31
+
32
+```shell-session
33
+$ vault lease revoke -force -prefix database/creds/test-role/9Y5YA7vmRs2uESbSOInm0BpC
34
+Warning! Force-removing leases can cause Vault to become out of sync with
35
+secret engines!
36
+Success! Force revoked any leases with prefix: database/creds/test-role/9Y5YA7vmRs2uESbSOInm0BpC```
37
+```
38
39
## Usage
40
41
The following flags are available in addition to the [standard set of
0 commit comments