We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99194a0 commit cdbaac5Copy full SHA for cdbaac5
compute/instances/how-to/create-image-from-snapshot.mdx
@@ -71,13 +71,13 @@ curl --location "https://api.scaleway.com/instance/v1/zones/$SCW_AVAILABILITY_ZO
71
"extra_volumes": {
72
"1": {"id":"'$SCW_VOLUME_ID_2'"}
73
},
74
- "organization": "'$SCW_ORG_ID'"
+ "project": "'$SCW_PROJECT_ID'"
75
}'
76
```
77
78
- Replace `$SCW_VOLUME_ID_1` with the ID of the snapshot or volume to use as the root volume.
79
- Replace `$SCW_VOLUME_ID_2` with the ID of any additional volume.
80
-- Use `$SCW_ORG_ID` for the ID of your organization.
+- Use `$SCW_PROJECT_ID` for the ID of your project.
81
- Ensure the architecture (`arch`) is set to a valid value (e.g., `x86_64`).
82
83
<Message type="tip">
0 commit comments