create_snapshot
Create a VM snapshot to capture its current state, including memory and disks, for backup or rollback.
Instructions
DESTRUCTIVE: Create a snapshot of a virtual machine.
Captures the current state of the VM including memory (if running) and disks.
Args: vm_id: The VM identifier name: Optional name for the snapshot confirm: Must be true to execute. Returns a preview otherwise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| vm_id | Yes | ||
| confirm | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |