juju remove-cloud
¶
See also: add-cloud, update-cloud, clouds
Summary¶
Removes a cloud from Juju.
Usage¶
juju remove-cloud [options] <cloud name>
Options¶
Flag |
Default |
Usage |
---|---|---|
|
false |
Do not use web browser for authentication |
|
Controller to operate in |
|
|
false |
Client operation |
|
The name of a JAAS managed controller to remove a cloud from |
Examples¶
juju remove-cloud mycloud
juju remove-cloud mycloud --client
juju remove-cloud mycloud --controller mycontroller
Details¶
Remove a cloud from Juju.
If --controller
is used, also remove the cloud from the specified controller,
if it is not in use.
If --client
is specified, Juju removes the cloud from this client.