Skip to main content
POST
/
v2
/
resource-restrictions
Restrict a resource
curl --request POST \
  --url https://api.arize.com/v2/resource-restrictions \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "resource_id": "TW9kZWw6MTIxOmFCY0Q="
}
'
{
  "resource_restriction": {
    "resource_type": "PROJECT",
    "resource_id": "TW9kZWw6MTIxOmFCY0Q=",
    "created_at": "2026-01-01T12:00:00Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://arize-ax.mintlify.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Most Arize AI endpoints require authentication. For those endpoints that require authentication, include your API key in the request header using the format

Body

application/json

Body containing resource restriction creation parameters.

resource_id
string
required

The ID of the resource to restrict

Example:

"RW50aXR5OjEyMzQ1"

Response

A resource restriction record

resource_restriction
object
required

The created resource restriction record