lease revoke
The lease revoke
command revokes the lease on a secret, invalidating the
underlying secret.
Examples
Revoke a lease:
Revoke a lease which starts with a prefix:
Usage
The following flags are available in addition to the standard set of flags included on all commands.
-force
(bool: false)
- Delete the lease from Vault even if the secret engine revocation fails. This is meant for recovery situations where the secret in the target secrets engine was manually removed. If this flag is specified, -prefix is also required. This is aliased as "-f". The default is false.-prefix
(bool: false)
- Treat the ID as a prefix instead of an exact lease ID. This can revoke multiple leases simultaneously. The default is false.-sync
(bool: false)
- Make the operation synchronous instead of queuing the revocations to be done in the background.