update_config
Modify configuration settings for cache, retry attempts, and routing strategies in the Portkey Admin MCP server.
Instructions
Update an existing configuration's cache, retry, or routing settings
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Configuration slug to update | |
| name | No | New name for the configuration | |
| status | No | Configuration status | |
| cache_mode | No | Cache mode: 'simple' or 'semantic' | |
| cache_max_age | No | Cache max age in seconds | |
| retry_attempts | No | Number of retry attempts (1-5) | |
| retry_on_status_codes | No | HTTP status codes to retry on | |
| strategy_mode | No | Routing strategy | |
| targets | No | Array of target providers |