Open Context Protocol is live! 🚀 Read the launch post

attachInstanceNetwork

Attach Private Network to Instance

POST /instances/{instance-id}/private-networks/attach HTTP/1.1

Parameters

{
  "network_id": {
    "description": "The [Private Network id](#operation/list-networks) to attach to this Instance.",
    "required": false,
    "location": "body",
    "type": "string"
  }
}