Skip to main content

ogc_vm_create

ogc vm create

Creates a new VM

ogc vm create [flags]

Examples

ogc vm create my-vm --sku ogx-h100-80 --region us-east --os-image ubuntu-23-04 --public-key-id ID --init-script example

Options

  -h, --help                   help for create
-n, --init-script string Init script
-i, --os-image string OS Image SKU
-k, --public-key-id string Public Key ID
-r, --region string Region
-s, --sku string VM Template SKU

Options inherited from parent commands

  -x, --output string   Output format. Empty for human-readable, 'json', 'json-line' or 'yaml'

SEE ALSO