Skip to main content
The projects client methods are currently in BETA. The API may change without notice. A one-time warning is emitted on first use.
Manage projects programmatically. Create, list, retrieve, and delete projects within your Arize spaces.

Key Capabilities

  • Create and manage projects within spaces
  • List projects with pagination support
  • Retrieve project details by name or ID
  • Rename projects
  • Delete projects when no longer needed

List Projects

List all projects you have access to, with optional filtering by space.
For details on pagination, field introspection, and data conversion (to dict/JSON/DataFrame), see Response Objects.

Create a Project

Create a new project within a space. Project names must be unique within the target space.

Get a Project

Retrieve a specific project by name or ID. When using a name, provide space to disambiguate.

Delete a Project

Delete a project by name or ID. This operation is irreversible. There is no response from this call.

Rename a Project

Rename a project. The new name must be unique within the space.