Tenant
Disable a model for multiple tenants
Disable an LLM catalog model for all tenants or a list of tenants (superadmin).
delete/tenants/models/{model_id}/bulk
Path parameters
model_idinteger required
ID of the LLM catalog model to disable.
ID of the LLM catalog model to disable.
Query parameters
cookie_namestring nullable
Request body
Example request
{
"all": true,
"tenant_ids": [
1,
2,
3
]
}Response
Successful Response