Exclude Vendor from Organization

Exclude all models served by a vendor across the organization. Requires organization:edit access. Organization exclusions are inherited by every project and cannot be overridden at project scope. Provider and vendor rules also apply to future matching models. A request is rejected if it would leave any affected project without at least one active model.

Authentication

AuthorizationBearer

API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.

Path parameters

org_idstringRequiredformat: "uuid"
The organization ID

Request

This endpoint expects an object.
vendorstringRequired1-100 characters

Vendor name (e.g., ‘openai’, ‘anthropic’, ‘google’, ‘groq’)

reasonstring or nullOptional<=500 characters
Reason for exclusion

Response

Successful Response
rule_typeenum
status"excluded"OptionalDefaults to excluded
model_idstring or nullOptionalformat: "uuid"
providerstring or nullOptional
vendorstring or nullOptional

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
422
Unprocessable Entity Error