vm.start ======== Start a VM. options.overcommit defaults to false, meaning VMs are not allowed to start if there is not enough available memory to hold all configured VMs. If true, VM starts even if there is not enough memory for all configured VMs. Error codes: ENOMEM(12): not enough free memory to run the VM without overcommit .. raw:: html
ID of the virtual machine to start.
Options controlling the VM start process.
No Additional PropertiesWhether to allow memory overcommitment when starting the VM.
Returns null on successful VM start initiation.