File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,6 +53,22 @@ cloudscale server create \
5353
5454## Usage of the ` --interface ` option in ` server create ` and ` server update `
5555If the ` --interface ` option is used, ` --use-{public,private}-network ` options are disabled.
56+
57+ To specify more than one interface, use the ` --interface ` option repeatedly.
58+
59+ !!! warning
60+ When making changes to a server's interfaces, you must (re-)specify ** all** interfaces that should be attached to
61+ the server (including all interfaces that should not be changed), e.g.:
62+ ~~~
63+ cloudscale server update \
64+ --interface network=UUID1 \
65+ --interface subnet=UUID5,address=A.B.C.D
66+ ~~~
67+
68+ !!! tip
69+ We recommend to not update interfaces while a server is under production workload as short losses of connectivity
70+ might occur.
71+
5672This are the examples from the api documentation:
5773
5874* Create a public network interface with an automatically assigned IPv4 address and an IPv6 address if ` use_ipv6 ` is set
You can’t perform that action at this time.
0 commit comments