Reset VM
fusion_reset_vmReset or reboot a VMware Fusion virtual machine by specifying its .vmx file path, with options for graceful (soft) or forced (hard) reset.
Instructions
Reset (reboot) a VMware Fusion virtual machine.
Args:
vmx_path (string): Absolute path to the VM's .vmx file.
mode (string, optional): "soft" for graceful reboot, "hard" for forced reset. Default: "soft".
Returns: Confirmation message on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | 'soft' for graceful reboot, 'hard' for forced reset | soft |
| vmx_path | Yes | Absolute path to the .vmx file | |
| vm_password | No | Encryption password for the VM (if encrypted) |