Updates the sync schedules of an existing cache. Use this to change how frequently the cache is refreshed.
Only schedule fields are updated; the target table, catalog, and schema cannot be changed after creation. When a schedule is changed, any previously running scheduled workflow for that mode is replaced with the new schedule. Set a schedule’s type to NONE to disable that particular sync mode.
The schedule expression uses ISO-8601 duration format (e.g. PT6H = every 6 hours, PT15M = every 15 minutes, P1D = every day).
Documentation Index
Fetch the complete documentation index at: https://docs.peaka.com/llms.txt
Use this file to discover all available pages before exploring further.


Use the Authorization header with the value 'Bearer ' to authenticate. Partner API Keys have full access; Project API Keys are limited to their project scope. Learn more: https://docs.peaka.com/api-reference/authentication
The unique identifier of the project that owns the cache
The unique identifier of the cache to update (UUID format)
Updated schedule configuration. Only the provided schedule fields are updated.
This class represents a request to cache data. It contains the catalog ID, schema name, table name, and schedule of the cache request.
Cache settings updated successfully. Returns the updated cache configuration.
The ID of the cache.
The ID of the catalog for the cache request.
The name of the schema for the cache request.
The name of the table for the cache request.
This class represents a schedule for a materialized query.
This class represents a schedule for a materialized query.
The ID of the project for the cache request.