create_snapshot
Create a snapshot of a Proxmox VM or container to capture its current state for backup or rollback, optionally including RAM.
Instructions
Take a snapshot of a VM or container.
Args: vmid: Guest to snapshot. snapname: Snapshot name. Letters, digits, hyphens and underscores. description: Optional note stored with the snapshot. include_ram: For VMs, also save RAM so the guest resumes mid-run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vmid | Yes | ||
| snapname | Yes | ||
| description | No | ||
| include_ram | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||