attach_drive
Attach an ISO or disk image to a specified drive of a stopped virtual machine. Use drive ID from list_vm_drives and provide source file path.
Instructions
Attach an ISO or disk image to a removable drive.
Args: name: VM name (must be stopped) drive_id: Drive ID (from list_vm_drives) source_path: Path to ISO or disk image file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| drive_id | Yes | ||
| source_path | Yes |