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"
}
}Mark a resource as restricted. Only space admins or users with the RESOURCE_RESTRICT permission can perform this action. Idempotent.
Payload Requirements
resource_id: The ID for the resource.
Only project resources are currently supported. Other resource types are not currently supported and will return 400.Valid example
{ "resource_id": "TW9kZWw6MTIxOmFCY0Q=" }
Invalid example
{ "resource_id": "Not a project ID" }
Returns 400 — only Project / Model IDs are accepted
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.
Most Arize AI endpoints require authentication. For those endpoints that require authentication, include your API key in the request header using the format
Body containing resource restriction creation parameters.
The ID of the resource to restrict
"RW50aXR5OjEyMzQ1"
A resource restriction record
The created resource restriction record
Show child attributes
Was this page helpful?
Suggestions