`juju remove-offer`
Usage:
juju remove-offer [options] <offer-url> ...
Summary:
Removes one or more offers specified by their URL.
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
-c, --controller (= "")
Controller to operate in
--force (= false)
Remove the offer as well as any relations to the offer
-y, --yes (= false)
Do not prompt for confirmation
Details:
Remove one or more application offers.
If the --force option is specified, any existing relations to the offer will also be removed.
Offers to remove are normally specified by their URL. It’s also possible to specify just the offer name, in which case the offer is considered to reside in the current model.
Examples:
juju remove-offer prod.model/hosted-mysql
juju remove-offer prod.model/hosted-mysql --force
juju remove-offer hosted-mysql
See also:
find-offers
offer
Last updated 9 months ago.