The
ax organizations commands are currently in BETA. The API may change without notice. A one-time warning is emitted on first use.ax organizations commands let you create, retrieve, and manage organizations on the Arize platform.
ax organizations list
List organizations the authenticated user has access to.
Examples:
ax organizations get
Get an organization by name or ID.
Examples:
ax organizations create
Create a new organization. Organization names must be unique within the account.
Example:
ax organizations update
Update an organization’s metadata. At least one of --name or --description must be provided.
Examples:
ax organizations add-user
Add a user to an organization, or update their role if they are already a member (upsert semantics).
Example:
ax organizations remove-user
Remove a user from an organization. Also removes the user from all child spaces (membership cascade).
Examples:
ax organizations delete
Delete an organization by name or ID. This operation is irreversible and will permanently delete the organization and ALL resources within it (spaces, projects, experiments, datasets, etc.).
Examples: