(command-juju-remove-secret-backend)= # `juju remove-secret-backend` > See also: [add-secret-backend](#add-secret-backend), [secret-backends](#secret-backends), [show-secret-backend](#show-secret-backend), [update-secret-backend](#update-secret-backend) ## Summary Removes a secret backend from the controller. ## Usage ```juju remove-secret-backend [options] ``` ### Options | Flag | Default | Usage | | --- | --- | --- | | `-c`, `--controller` | | Controller to operate in | | `--force` | false | force removal even if the backend stores in-use secrets | ## Examples juju remove-secret-backend myvault juju remove-secret-backend myvault --force ## Details Removes a secret backend, used for storing secret content. If the backend is being used to store secrets currently in use, the --force option can be supplied to force the removal, but be warned, this will affect charms which use those secrets.