create
The cldkctl vm create command is used to create a new virtual machine (VM) in your project. This command launches an interactive mode that allows you to specify essential configuration details such as VM name, operating system, plan, instance size, storage, and root password.
Usage
cldkctl vm create [flags]Steps
Follow the steps below to run and view the result of this command:
Run the following command in your terminal:
./cldkctl vm createFlags
Flag
Description
-f, --file string
Path to a YAML file for creating a VM.
-h, --help
Help for the vm create command.
-p, --project string
Specify the project ID.
--yaml
Create a virtual machine using YAML configuration.
Last updated
