Skip to main content
PATCH
Update a space

Authorizations

Authorization
string
header
required

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

space_id
string
required

The unique space identifier (base64) A universally unique identifier (base64-encoded opaque string).

Example:

"RW50aXR5OjEyMzQ1"

Body

application/json

Body containing space update parameters. At least one field must be provided.

name
string

Updated name of the space

Maximum string length: 255
description
string | null

Updated description of the space. Set to null to clear it.

Maximum string length: 1000
is_private
boolean

Updated visibility for the space. Set to true to make the space private (visible only to members and admins), or false to make it public. When omitted, the existing visibility is preserved.

Response

A space object

A space is a container within an organization for grouping related projects, datasets, and experiments. Spaces enable team collaboration or isolated experimentation with role-based access control.

id
string
required

Unique identifier for the space

name
string
required

Name of the space

description
string
required

A brief description of the space's purpose

created_at
string<date-time>
required

Timestamp for when the space was created

is_private
boolean
required

Whether the space is private. Private spaces are only visible to their members and account/org/space admins.