Update a project
Update a project by its ID (rename).
Payload Requirements
namemust be provided and must be unique within the space.- System-managed fields (
id,created_at,updated_at) cannot be modified.
Valid example
{
"name": "Renamed Project"
}
Invalid example (empty body)
{}
Authorizations
Most Arize AI endpoints require authentication. For those endpoints that require authentication, include your API key in the request header using the format
Path Parameters
The unique project identifier (base64) A universally unique identifier (base64-encoded opaque string).
"RW50aXR5OjEyMzQ1"
Body
Body containing project update parameters. The name field must be provided.
New project name. Must be unique within the space.
Response
Project successfully updated
A project represents an LLM application and serves as the primary container for observability data. Each project collects traces and spans that capture the execution flow of your application, enabling you to debug issues, monitor latency, and analyze token usage. Projects belong to a space and provide a centralized view of your application's performance. Use projects to organize related traces, run experiments against datasets, and track improvements over time.