(command-juju-revoke-secret)= # `juju revoke-secret` ## Summary Revoke access to a secret. ## Usage ```juju revoke-secret [options] | [,...]``` ### Options | Flag | Default | Usage | | --- | --- | --- | | `-B`, `--no-browser-login` | false | Do not use web browser for authentication | | `-m`, `--model` | | Model to operate in. Accepts [<controller name>:]<model name>|<model UUID> | ## Examples juju revoke-secret my-secret ubuntu-k8s juju revoke-secret 9m4e2mr0ui3e8a215n4g ubuntu-k8s,prometheus-k8s ## Details Revoke applications' access to view the value of a specified secret.