.. _ref_commands_unregister: unregister ========== Unregister a name in the Store. Unregister a name from Charmhub if no revisions have been uploaded. A package cannot be unregistered if something has been uploaded to the name. This command is only for unregistering names that have never been used. Unregistering must be done by the publisher. Attempting to unregister a charm or bundle as a collaborator will fail. We discuss registrations on Charmhub's Discourse: https://discourse.charmhub.io/c/charm Usage ----- :command:`charmcraft unregister [options] ` Required -------- ``None`` The name to unregister from Charmhub. Global options -------------- ``-h`` or ``--help`` Show this help message and exit. ``-q`` or ``--quiet`` Only show warnings and errors, not progress. ``-v`` or ``--verbose`` Show debug information and be more verbose. ``--verbosity`` Set the verbosity level to 'quiet', 'brief', 'verbose', 'debug' or 'trace'. ``-V`` or ``--version`` Show the application version and exit.