The information in this doc is based on Juju version 3.5.5, and may not accurately reflect other versions of Juju.
See also: add-space, spaces, reload-spaces, remove-space, show-space
Summary
Rename a network space.
Usage
juju rename-space [options] <old-name> <new-name>
Options
Flag | Default | Usage |
---|---|---|
-B , --no-browser-login |
false | Do not use web browser for authentication |
-m , --model |
Model to operate in. Accepts [<controller name>:]<model name>|<model UUID> | |
--rename |
the new name for the network space |
Examples
Rename a space from db to fe:
juju rename-space db fe
Details
Renames an existing space from “old-name” to “new-name”. Does not change the associated subnets and “new-name” must not match another existing space.