(command-juju-unregister)= # `juju unregister` > See also: [destroy-controller](#destroy-controller), [kill-controller](#kill-controller), [register](#register) ## Summary Unregisters a Juju controller. ## Usage ```juju unregister [options] ``` ### Options | Flag | Default | Usage | | --- | --- | --- | | `--no-prompt` | false | Do not ask for confirmation | ## Examples juju unregister my-controller ## Details Removes local connection information for the specified controller. This command does not destroy the controller. In order to regain access to an unregistered controller, it will need to be added again using the juju register command.