(command-juju-remove-saas)= # `juju remove-saas` > See also: [consume](#consume), [offer](#offer) ## Summary Remove consumed applications (SAAS) from the model. ## Usage ```juju remove-saas [options] [...]``` ### Options | Flag | Default | Usage | | --- | --- | --- | | `-B`, `--no-browser-login` | false | Do not use web browser for authentication | | `--force` | false | Completely remove a SAAS and all its dependencies | | `-m`, `--model` | | Model to operate in. Accepts [<controller name>:]<model name>|<model UUID> | | `--no-wait` | false | Rush through SAAS removal without waiting for each individual step to complete | ## Examples juju remove-saas hosted-mysql juju remove-saas -m test-model hosted-mariadb ## Details Removing a consumed (SAAS) application will terminate any relations that application has, potentially leaving any related local applications in a non-functional state.