create_vm
Provision a new QEMU virtual machine on a Proxmox node, optionally with an ISO for OS installation. Configuration must be confirmed with the user before execution.
Instructions
Create a new QEMU VM (empty, optionally with an ISO attached for OS installation). Requires confirming the configuration with the user before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Proxmox node name | |
| vmid | Yes | New VM ID (must be unused) | |
| name | Yes | VM name | |
| memoryMb | No | ||
| cores | No | ||
| storage | Yes | Storage ID for the disk, e.g. 'local-lvm' | |
| diskSizeGb | No | ||
| iso | No | ||
| net0 | No | virtio,bridge=vmbr0 | |
| ostype | No | l26 |