Open Context Protocol is live! 🚀 Read the launch post

detachInstanceVpc

Detach VPC from Instance

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

Parameters

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