Update a space
Update a space’s metadata by its ID. At least one field must be provided.
Payload Requirements
- At least one of
name,description, oris_privatemust be provided. - If
nameis provided, it must be unique within the organization. - System-managed fields (
id,created_at) cannot be modified.
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 space identifier (base64) A universally unique identifier (base64-encoded opaque string).
"RW50aXR5OjEyMzQ1"
Body
Body containing space update parameters. At least one field must be provided.
Updated name of the space
255Updated description of the space. Set to null to clear it.
1000Updated 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.
Unique identifier for the space
Name of the space
A brief description of the space's purpose
Timestamp for when the space was created
Whether the space is private. Private spaces are only visible to their members and account/org/space admins.