Skip to main content
GET
Get VPC
Updated May 8, 2026

Authorizations

X-API-Key
string
header
required

API key for authentication. Each key is bound to a specific account.

Headers

X-Project-ID
string<uuid>
required

Project ID. Required for all mutating operations (create, delete, power actions, resize).

Path Parameters

id
string<uuid>
required

VPC ID (UUID).

Response

VPC details

success
boolean
data
object

Detail wrapper returned by GET /api/v1/vpcs/{id}. Contains the core VPC under vpc, plus the configured IP range and the current set of IP leases (one entry per attached network interface).

Last modified on May 8, 2026