The information in this doc is based on Juju version 3.5.5, and may not accurately reflect other versions of Juju.
Summary
Remove consumed applications (SAAS) from the model.
Usage
juju remove-saas [options] <saas-application-name> [<saas-application-name>...]
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.