juju remove-offer¶
See also: find-offers, offer
Summary¶
Removes one or more offers specified by their URL.
Usage¶
juju remove-offer [options] <offer-url> ...
Options¶
Flag |
Default |
Usage |
|---|---|---|
|
false |
Do not use web browser for authentication |
|
Controller to operate in |
|
|
false |
Remove the offer as well as any relations to the offer |
|
false |
Do not prompt for confirmation |
Examples¶
juju remove-offer staging/mymodel.hosted-mysql
juju remove-offer staging/mymodel.hosted-mysql --force
juju remove-offer hosted-mysql
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.