open-vault/website/source/docs/commands/secrets/disable.html.md
RJ Spiker fca7cb3794 website: update sidebar_title in front matter to use <code> (#5636)
* website: replace deprecated <tt> with <code> in front matter sidebar_title

* website: wrap front matter sidebar_title in <code> for commands pages
2018-10-29 15:58:37 -04:00

973 B

layout page_title sidebar_title sidebar_current description
docs secrets disable - Command <code>disable</code> docs-commands-secrets-disable The "secrets disable" command disables an secrets engine at a given PATH. The argument corresponds to the enabled PATH of the engine, not the TYPE! All secrets created by this engine are revoked and its Vault data is removed.

secrets disable

The secrets disable command disables an secrets engine at a given PATH. The argument corresponds to the enabled PATH of the engine, not the TYPE! All secrets created by this engine are revoked and its Vault data is removed.

Once an secrets engine is disabled, all secrets generated via the secrets engine are immediately revoked.

Examples

Disable the secrets engine enabled at aws/:

$ vault secrets disable aws/

Usage

There are no flags beyond the standard set of flags included on all commands.