NimbusNexus

VM interfaces

A VM interface is a network attachment on a VM — the binding between the VM and one of its network ports. Most VMs are fine with the default interface created at launch; you only manage interfaces directly when you need to attach a VM to multiple networks (e.g. dual-homed services, blue/green network swings).

Attaching an interface is hot — the VM doesn't reboot. The kernel sees the new NIC immediately; you may need to bring it up (ip link set <name> up) and configure addressing manually unless the image's cloud-init handles it.

Detaching is also hot. Sockets bound to the detached interface drop; sockets on other interfaces are unaffected.

What's next

No endpoints to show

The OpenAPI spec doesn't currently expose any endpoints under thevm-interfacestag. This is usually a manifest typo; check that the tag matches what the backend serves at /openapi/external.json.