update_provider
Modify provider settings including name, notes, usage limits, rate limits, and expiration dates to manage access and resource allocation.
Instructions
Update an existing provider's name, note, limits, or expiration
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The slug of the provider to update | |
| workspace_id | No | Workspace ID - required when using organization admin keys | |
| name | No | New display name for the provider | |
| note | No | New note or description for the provider | |
| credit_limit | No | New credit limit for usage | |
| alert_threshold | No | New alert threshold percentage (0-100) | |
| rate_limit_value | No | New rate limit value | |
| rate_limit_unit | No | Rate limit unit: 'rpm' (requests per minute) or 'rpd' (requests per day) | |
| expires_at | No | New expiration date in ISO 8601 format | |
| reset_usage | No | Set to true to reset accumulated usage metrics |