peaka_update_cache
Update refresh schedules on an existing cache by providing new ISO-8601 durations for both incremental and full refreshes. Specify project and cache IDs.
Instructions
Update cache settings on an existing cache in the Peaka project. This endpoint replaces — not merges — the schedules, so both incrementalSchedule and fullRefreshSchedule must be supplied with the full intended state every call. Schedule expressions use ISO-8601 durations (e.g. PT6H, P1D, P7D, P30D).
If you do not already know the projectId for the current task, call peaka_list_projects first and ask the user which project to use. Remember the chosen projectId for subsequent calls in this conversation.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cacheId | Yes | The cache ID to update. Available from peaka_get_cache_statuses. | |
| projectId | Yes | The Peaka project ID to run against. | |
| fullRefreshSchedule | Yes | ISO-8601 duration for the full refresh schedule, e.g. P7D, P30D. Required — replaces the existing value. | |
| incrementalSchedule | Yes | ISO-8601 duration for the incremental refresh schedule, e.g. PT6H, P1D. Required — replaces the existing value. |