Skip to main content
PUT
Update project
Updated May 8, 2026

Authorizations

X-API-Key
string
header
required

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

Path Parameters

id
string<uuid>
required

Project ID (UUID)

Body

application/json
name
string

Project name

Required string length: 1 - 64
description
string

Project description

default_region
enum<string>

Default region for resources

Available options:
us-east
Example:

"us-east"

Response

Project updated successfully

success
boolean
data
object
Last modified on May 8, 2026