Skip to main content
PUT
Update 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).

Body

application/json

At least one field is required. CIDR cannot be changed after creation.

name
string

New VPC name.

Required string length: 1 - 64
description
string

VPC description.

Response

VPC updated

success
boolean
data
object

A virtual private cloud (VPC).

Last modified on May 8, 2026