v97

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-31135175384.2 KB
Projects

Update a project

Deprecated: use PATCH /org/projects/{id} instead. This route will be removed on 2026-11-24.

Update a project's name or status.

patch/projects/{id}

Path parameters

idstring required

Project ID

Request body

namestring

New project name (1-255 Unicode code points)

status'active' | 'archived'

New project status

Response

Project updated

idstring required

Unique project identifier

namestring required

Project name

status'active' | 'archived' required

Project status

created_atstring date-time required

When the project was created

updated_atstring date-time required

When the project was last updated

Example response

{
  "id": "proj_abc123",
  "name": "production",
  "status": "active"
}