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
feat(instance): allow root volume name configuration (#3456)
* feat(instance): configure root volume name
* prevent segfault in GetRawConfigForKey when list is empty
* remove unused array for additional volumes + re-record server-block-external cassette
Copy file name to clipboardExpand all lines: docs/resources/instance_server.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -236,6 +236,7 @@ To retrieve more information by label please use: ```scw marketplace image get l
236
236
~> **Important:** When updating `placement_group_id` the `state` must be set to `stopped`, otherwise it will fail.
237
237
238
238
-`root_volume` - (Optional) Root [volume](https://www.scaleway.com/en/developers/api/instance/#path-volume-types-list-volume-types) attached to the server on creation.
239
+
-`name` - (Optional) Name of the root volume.
239
240
-`volume_id` - (Optional) The volume ID of the root volume of the server, allows you to create server with an existing volume. If empty, will be computed to a created volume ID.
240
241
-`size_in_gb` - (Required) Size of the root volume in gigabytes.
241
242
To find the right size use [this endpoint](https://www.scaleway.com/en/developers/api/instance/#path-instances-list-all-instances) and
0 commit comments