set_vm_network
Update network settings for a stopped VM by specifying a new MAC address or switching between shared and bridged network modes.
Instructions
Update network configuration of a stopped VM.
Args: name: VM name (must be stopped) mac_address: New MAC address (e.g. "aa:bb:cc:dd:ee:ff"), or None to keep current mode: Network mode ("shared" or "bridged"), or None to keep current
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| mac_address | No | ||
| mode | No |