@@ -25,21 +25,25 @@ EXAMPLES:
25
25
scw instance server update
26
26
27
27
ARGS:
28
- server-id UUID of the server
29
- [name] Name of the server
30
- [ip] IP that should be attached to the server (use ip=none to detach)
31
- [cloud-init] The cloud-init script to use
32
- [boot-type] (local | bootscript | rescue)
33
- [tags.{index}] Tags of the server
34
- [volumes.{key}.project] Project ID of the volume
35
- [bootscript]
36
- [dynamic-ip-required]
37
- [enable-ipv6]
38
- [protected]
39
- [security-group-id]
40
- [volume-ids.{index}] Will update ALL volume IDs at once, including the root volume of the server (use volume-ids=none to detach all volumes)
41
- [placement-group-id] Placement group ID if server must be part of a placement group
42
- [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1)
28
+ server-id UUID of the server
29
+ [name] Name of the server
30
+ [ip] IP that should be attached to the server (use ip=none to detach)
31
+ [cloud-init] The cloud-init script to use
32
+ [boot-type] (local | bootscript | rescue)
33
+ [tags.{index}] Tags of the server
34
+ [volumes.{key}.project] Project ID of the volume
35
+ [bootscript]
36
+ [dynamic-ip-required]
37
+ [enable-ipv6]
38
+ [protected]
39
+ [security-group-id]
40
+ [volume-ids.{index}] Will update ALL volume IDs at once, including the root volume of the server (use volume-ids=none to detach all volumes)
41
+ [placement-group-id] Placement group ID if server must be part of a placement group
42
+ [private-nics.{index}.id] The private NIC unique ID
43
+ [private-nics.{index}.server-id] The server the private NIC is attached to
44
+ [private-nics.{index}.private-network-id] The private network where the private NIC is attached
45
+ [private-nics.{index}.mac-address] The private NIC MAC address
46
+ [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1)
43
47
44
48
FLAGS:
45
49
-h, --help help for update
0 commit comments