Create Snapshot
fusion_create_snapshotCreate a new snapshot of a VMware Fusion virtual machine by providing the absolute path to its .vmx file and a snapshot name. Preserve VM state for recovery or testing.
Instructions
Create a new snapshot of a VMware Fusion virtual machine.
Args:
vmx_path (string): Absolute path to the VM's .vmx file.
snapshot_name (string): Name for the new snapshot.
Returns: Confirmation message on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vmx_path | Yes | Absolute path to the .vmx file | |
| vm_password | No | Encryption password for the VM (if encrypted) | |
| snapshot_name | Yes | Name for the new snapshot |