Skip to content

Commit a2feccf

Browse files
committed
update docs
1 parent b2e590f commit a2feccf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/stackit_beta_server_create.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ stackit beta server create [flags]
4848
--availability-zone string The availability zone of the server
4949
--boot-volume-delete-on-termination Delete the volume during the termination of the server. Defaults to false
5050
--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 int The 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
5353
--boot-volume-source-type string Type of the source object of boot volume. It can be either 'image' or 'volume'
5454
-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 boot volume 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
5656
--keypair-name string The name of the SSH keypair used during the server creation
5757
--labels stringToString Labels are key-value string pairs which can be attached to a server. E.g. '--labels key1=value1,key2=value2,...' (default [])
5858
--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

Comments
 (0)