Stop VM
fusion_stop_vmStop a VMware Fusion virtual machine by specifying its .vmx file path. Choose between graceful guest shutdown ('soft') or forced power off ('hard').
Instructions
Stop (power off) a VMware Fusion virtual machine.
Args:
vmx_path (string): Absolute path to the VM's .vmx file.
mode (string, optional): "soft" sends a shutdown signal to the guest OS (graceful). "hard" forces immediate power off. Default: "soft".
Returns: Confirmation message on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | 'soft' for graceful shutdown, 'hard' for forced power off | soft |
| vmx_path | Yes | Absolute path to the .vmx file | |
| vm_password | No | Encryption password for the VM (if encrypted) |