Attach a network to a GPU VM
Attaches a network to a GPU VM. Requires scope: vm.write.
Authentication
AuthorizationBearer
IBEE platform API token, for example: ibee_live_xxx.
Path parameters
vm_id
Virtual machine ID.
Headers
X-Idempotency-Key
Unique key used to safely retry write operations.
Query parameters
workspace_id
The workspace ID to scope this request to.
Request
This endpoint expects an object.
network_id
ID of the network to attach.
Response
Network attached successfully.
id
network_id
mac_address
private_ip
status
created_at
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
