peaka_delete_cache
Delete a specific cache from a Peaka project without touching the underlying table. Provide projectId and cacheId to remove the cache entirely.
Instructions
Delete an existing cache in the Peaka project. Removes the cache entirely; the underlying table is not affected. Use the cacheId returned from peaka_get_cache_statuses.
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 delete. Available from peaka_get_cache_statuses. | |
| projectId | Yes | The Peaka project ID to run against. |