create_vm_snapshot
Create a snapshot for a Proxmox VM to capture its current state, including memory and VM state, for backup or rollback.
Instructions
Create a snapshot for a VM
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Node where VM is located | |
| vmid | Yes | VM ID | |
| memory | No | Include VM memory in snapshot | |
| vmstate | No | Include VM state in snapshot | |
| description | No | Snapshot description | |
| snapshotname | Yes | Snapshot name |