You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[extra-volumes.{index}.id] Additional extra-volume ID
23
+
[from-server]
24
+
[public]
25
+
[tags.{index}]
26
+
[project] Project ID to use. If none is passed the default project ID will be used
27
+
[organization] Organization ID to use. If none is passed the default organization ID will be used
28
+
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | fr-par-3 | nl-ams-1 | nl-ams-2 | pl-waw-1)
29
+
30
+
FLAGS:
31
+
-h, --help help for update
32
+
33
+
GLOBAL FLAGS:
34
+
-c, --config string The path to the config file
35
+
-D, --debug Enable debug mode
36
+
-o, --output string Output format: json or human, see 'scw help output' for more info (default "human")
-[Attach an IP to a given server](#attach-an-ip-to-a-given-server)
@@ -235,6 +236,54 @@ scw instance image list
235
236
236
237
237
238
239
+
### Update an instance image
240
+
241
+
Update properties of an instance image.
242
+
243
+
**Usage:**
244
+
245
+
```
246
+
scw instance image update [arg=value ...]
247
+
```
248
+
249
+
250
+
**Args:**
251
+
252
+
| Name || Description |
253
+
|------|---|-------------|
254
+
| image-id | Required ||
255
+
| name |||
256
+
| arch | One of: `x86_64`, `arm`||
257
+
| extra-volumes.{index}.id || Additional extra-volume ID |
258
+
| from-server |||
259
+
| public |||
260
+
| tags.{index} |||
261
+
| project || Project ID to use. If none is passed the default project ID will be used |
262
+
| organization || Organization ID to use. If none is passed the default organization ID will be used |
263
+
| zone | Default: `fr-par-1`<br />One of: `fr-par-1`, `fr-par-2`, `fr-par-3`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`| Zone to target. If none is passed will use default zone from the config |
Wait for image to reach a stable state. This is similar to using --wait flag on other action commands, but without requiring a new action on the image.
0 commit comments