`juju remove-saas`
Usage:
juju remove-saas [options] <saas-application-name> [<saas-application-name>...]
Summary:
Remove consumed applications (SAAS) from the model.
Global Options:
--debug (= false)
Equivalent to --show-log --logging-config==DEBUG
-h, --help (= false)
Show help on a command or other topic.
--logging-config (= "")
Specify log levels for modules
--quiet (= false)
Show no informational output
--show-log (= false)
If set, write the log file to stderr
--verbose (= false)
Show more verbose output
Command Options:
-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 [:]|
--no-wait (= false)
Rush through SAAS removal without waiting for each individual step to complete
Details:
Removing a consumed (SAAS) application will terminate any relations that application has, potentially leaving any related local applications in a non-functional state.
Examples:
juju remove-saas hosted-mysql
juju remove-saas -m test-model hosted-mariadb
See also:
consume
offer
Aliases:
remove-consumed-application
Last updated 1 year, 1 month ago.