juju remove-saas
¶
Summary¶
Remove consumed applications (SAAS) from the model.
Usage¶
juju remove-saas [options] <saas-application-name> [<saas-application-name>...]
Options¶
Flag |
Default |
Usage |
---|---|---|
|
false |
Do not use web browser for authentication |
|
false |
Completely remove a SAAS and all its dependencies |
|
Model to operate in. Accepts [<controller name>:]<model name>|<model UUID> |
|
|
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.