tenki_update_snapshot_retention_settings
Set how long snapshots are kept before automatic cleanup by specifying retention days, or clear retention to keep them indefinitely. Updates the workspace's snapshot-retention policy.
Instructions
Update the workspace's snapshot-retention policy: how long snapshots are kept before automatic cleanup. Pass retention_days to set it, or clear_retention to keep snapshots indefinitely (the unset state) — exactly one of the two. DEPRECATED upstream: prefer tenki_update_workspace_settings, which sets the same retention (and pause retention) alongside the quotas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id | No | Workspace (defaults to the key's first workspace). | |
| retention_days | No | Days to retain snapshots before automatic cleanup. Omit and pass clear_retention to keep them indefinitely. | |
| clear_retention | No | Remove the retention period so snapshots are kept indefinitely. Mutually exclusive with retention_days. |