The
ax roles commands are currently in BETA. The API may change without notice. A one-time warning is emitted on first use.ax roles commands let you create, retrieve, update, and delete custom roles on the Arize platform. Predefined (system-managed) roles cannot be updated or deleted.
ax roles list
List roles for the authenticated user’s account.
Examples:
ax roles get
Get a role by name or ID.
Examples:
ax roles create
Create a new custom role. At least one permission is required. Role names must be unique within the account.
Example:
ax roles update
Update a custom role. At least one of --name, --description, or --permissions must be provided. When --permissions is given, it fully replaces the existing permission set. Predefined (system-managed) roles cannot be updated.
Examples:
ax roles delete
Delete a custom role. Predefined (system-managed) roles cannot be deleted.
Examples: