pve_create_vm
Create a new QEMU virtual machine on Proxmox VE. Dry-run by default; confirm to execute.
Instructions
MUTATION: create a new QEMU VM. Dry-run by default; confirm=True. Async — returns a UPID.
options carries create params (cores, memory, net0, scsi0, ostype, ...).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | ||
| vmid | Yes | ||
| confirm | No | ||
| options | No | ||
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |