Tenant
Enable a model for a tenant
Enable an LLM catalog model for a tenant (superadmin or parent tenant admin).
put/tenants/{tenant_id}/models/{model_id}
Path parameters
tenant_idinteger required
model_idinteger required
ID of the LLM catalog model to enable.
ID of the LLM catalog model to enable.
Query parameters
cookie_namestring nullable
Response
Successful Response
Example response
{
"created_at": "2026-01-15T10:30:00Z",
"updated_at": "2026-01-16T08:00:00Z",
"creator_user_id": 12,
"updater_user_id": 12,
"tenant_id": 1,
"llm_catalog_id": 1
}