Toggle provider enabled/disabled status
AI Models
Toggle provider enabled/disabled status
Flips the isEnabled flag on the stored provider entry. SUPERADMIN-only and tenant-scoped. If only the legacy anthropicApiKey exists for the org, it is migrated into the new providerApiKeys array as part of this call.
PATCH
Toggle provider enabled/disabled status
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
New enabled state for the provider; false disables it without removing the stored API key.