Open Context Protocol is live! 🚀 Read the launch post

attachInstanceVpc

Attach VPC to Instance

POST /instances/{instance-id}/vpcs/attach HTTP/1.1

Parameters

{
  "vpc_id": {
    "description": "The [VPC ID](#operation/list-vpcs) to attach to this Instance.",
    "required": false,
    "location": "body",
    "type": "string"
  }
}