plugin deregister
The plugin deregister
command deregisters an existing plugin from Vault's
plugin catalog. If the plugin does not exist, no error is returned. The plugin's
type of "auth", "database", or "secret" must be included.
Examples
Deregister a plugin:
$ vault plugin deregister auth my-custom-pluginSuccess! Deregistered plugin (if it was registered): my-custom-plugin
Usage
The following flags are available in addition to the standard set of flags included on all commands.
-version
(string: "")
- Semantic version of the plugin to deregister. If unset, only an unversioned plugin may be deregistered.