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
Copy file name to clipboardExpand all lines: docs/stackit_beta_server_create.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,11 +48,11 @@ stackit beta server create [flags]
48
48
--availability-zone string The availability zone of the server
49
49
--boot-volume-delete-on-termination Delete the volume during the termination of the server. Defaults to false
50
50
--boot-volume-performance-class string Boot volume performance class
51
-
--boot-volume-size source_type The size of the boot volume in GB. Must be provided when source_type is `image`
52
-
--boot-volume-source-id string ID of the source object of boot volume. It can be either 'image-id' or 'volume-id'
51
+
--boot-volume-size intThe size of the boot volume in GB. Must be provided when 'boot-volume-source-type' is 'image'
52
+
--boot-volume-source-id string ID of the source object of boot volume. It can be either an image or volume ID
53
53
--boot-volume-source-type string Type of the source object of boot volume. It can be either 'image' or 'volume'
54
54
-h, --help Help for "stackit beta server create"
55
-
--image-id string The image ID to be used for an ephemeral disk on the server. Either image-id or bootvolume is required
55
+
--image-id string The image ID to be used for an ephemeral disk on the server. Either 'image-id' or 'boot-volume-...' flags are required
56
56
--keypair-name string The name of the SSH keypair used during the server creation
57
57
--labels stringToString Labels are key-value string pairs which can be attached to a server. E.g. '--labels key1=value1,key2=value2,...' (default [])
58
58
--machine-type string Name of the type of the machine for the server. Possible values are documented in https://docs.stackit.cloud/stackit/en/virtual-machine-flavors-75137231.html
0 commit comments