Vault
plugin runtime deregister
Deregister an existing plugin runtime in the catalog with the given name. Returns an error if a registered plugin references the named plugin runtime or the named runtime does not exist.
Examples
Deregister a plugin:
$ vault plugin runtime deregister -type=container my-plugin-runtime
Success! Deregistered plugin runtime: my-plugin-runtime
Usage
The following flags are available in addition to the standard set of flags included on all commands.
-type(string: <required>)- Plugin runtime type. Vault currently only supportscontainerruntime type.