# API: Proxmox Create VM Interface

# proxmoxCreateVmInterface

Create VM network interface.

# Required parameters

Parameter Description
id Account Id
vpsid VM Id
bridge Network bridge

# Optional parameters

Parameter Description
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

GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=proxmoxCreateVmInterface&id=ID&vpsid=VPSID&bridge=BRIDGE

# PHP Samples

# Response

{
    "success": true,
    "interface": "net4",
    "call": "proxmoxCreateVmInterface",
    "server_time": 1760941665
}
Last Updated: 10/20/2025, 9:18:55 AM