Skip to main content
The ax resource-restrictions commands are currently in BETA. The API may change without notice. A one-time warning is emitted on first use.
The ax resource-restrictions commands let you list, restrict, and unrestrict resources on the Arize platform. Restricting a resource prevents roles bound at higher hierarchy levels (space, org, account) from granting access to it. Currently only PROJECT resources are supported.

ax resource-restrictions list

List resource restrictions you are permitted to manage. Results are paginated; use --cursor with the pagination info from a previous response to fetch the next page.
Example:

ax resource-restrictions restrict

Restrict a resource. This operation is idempotent.
Example:

ax resource-restrictions unrestrict

Remove restriction from a resource. Removing a restriction means that roles bound at other levels of the hierarchy (space, org, account) can once again grant access to the resource.
Example: