API: Proxmox Update VM Interface
proxmoxUpdateVmInterface
Update VM network interface configuration.
Required parameters
| Parameter | Description |
id | Account Id |
vpsid | VM Id |
interface | Interface name (e.g., net0) |
Optional parameters
| Parameter | Description |
bridge | Network bridge |
firewall | Firewall status (1 or 0, default based on product settings) |
link_down | Link status (1 or 0, default 0) |
ipv4 | IPAM IPv4 address IDs (array) |
ipv6 | IPAM IPv6 address IDs (array) |
rate | Rate limit (bytes per second) |
vlan | VLAN tag |
mtu | MTU value |
Request
PHP Samples
Response