pve_create_vm
Create a new QEMU virtual machine on a Proxmox node. Dry-run by default to preview the plan; set confirm=true to execute.
Instructions
MUTATION: create a new QEMU VM. Dry-run by default; confirm=True. Async — returns a UPID
(poll with pve_task_status). options carries create params (cores, memory, net0, scsi0,
ostype, ...). For an LXC container use pve_create_container; to copy an existing guest
instead use pve_clone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PVE node to create the VM on. Omit to use the configured default node. | |
| vmid | Yes | Numeric VMID to assign to the new QEMU VM. | |
| confirm | No | Leave `false` (default) to get a dry-run PLAN; set `true` to execute the creation. | |
| options | No | Extra Proxmox create params (e.g. cores, memory, net0, scsi0, ostype) merged into the request. | |
| 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 |