Bulk enable or disable provider models
Enables or disables provider models with flexible patterns: enable all, disable all, enable all except, or disable all except. Optionally filter by provider.
Type "Bearer" followed by a space and JWT token.
In: header
Bulk toggle payload with enable flag, optional provider filter, and exception list
Required: true to enable, false to disable
List of model keys to exclude
Optional: filter by provider
1 <= lengthResponse Body
application/json
application/json
application/json
curl -X POST "https://loading/v1/admin/models/provider-models/bulk-toggle" \ -H "Content-Type: application/json" \ -d '{ "enable": true }'{
"failed_count": 0,
"failed_models": [
"string"
],
"skipped_count": 0,
"total_checked": 0,
"updated_count": 0
}{
"code": "string",
"error": "string",
"message": "string",
"request_id": "string"
}{
"code": "string",
"error": "string",
"message": "string",
"request_id": "string"
}Bulk enable/disable provider models by catalog IDs or all catalogs POST
Enable or disable provider models for specific catalogs or ALL catalogs, with optional exception list. Supports "enable/disable all except" patterns globally or scoped to catalogs.
Update a model catalog entry PATCH
Updates metadata for a model catalog entry. Marks it as manually updated to prevent auto-sync overwrites.