The
ax spaces commands are currently in BETA. The API may change without notice. A one-time warning is emitted on first use.ax spaces commands let you create, retrieve, and manage spaces on the Arize platform.
ax spaces list
List all spaces, optionally filtered by organization.
Examples:
ax spaces create
Create a new space within an organization.
Example:
ax spaces get
Retrieve a single space by name or ID.
Example:
ax spaces update
Update a space’s name or description. At least one of --name or --description must be provided.
Examples:
ax spaces delete
Delete a space and all resources within it. This operation is irreversible.
Examples:
ax spaces add-user
Add a user to a space, or update their role if already a member (upsert semantics). The user must already be a member of the space’s parent organization.
Example:
ax spaces remove-user
Remove a user from a space.
Examples: