vm_snapshot_create
Create a named snapshot of a Proxmox VM to preserve its state. Use dry-run to preview before applying.
Instructions
[WRITE] Create a named snapshot of a VM. Inverse: vm_snapshot_delete.
Pass dry_run=True to preview.
Args: vmid: Numeric Proxmox VM id. name: Snapshot name (must be unique for the VM). dry_run: If True, preview without creating. target: Proxmox target name from config. node: Node name; omit to auto-locate the VM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| node | No | ||
| vmid | Yes | ||
| target | No | ||
| dry_run | No |