v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-25173140700.7 KB
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

allboolean nullable

When true, apply to every tenant. Mutually exclusive with tenant_ids; exactly one must be provided.

tenant_idsinteger[] nullable

Explicit list of tenant IDs to apply to. Mutually exclusive with all; exactly one must be provided.

Example request

{
  "all": true,
  "tenant_ids": [
    1,
    2,
    3
  ]
}

Response

Successful Response