esxi_create_snapshot
Create a snapshot of a VM on an ESXi host by providing device ID, VM ID, and name. Include memory state and description optionally to capture the current VM state for backup or rollback.
Instructions
Create a snapshot of a VM on ESXi
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Snapshot name | |
| vm_id | Yes | VM identifier | |
| memory | No | Include memory state (default: false) | |
| device_id | Yes | ESXi host device ID | |
| description | No | Snapshot description (optional) |