tenki_update_workspace_settings
Update sandbox quotas and retention settings for a workspace. Set limits for volumes, snapshots, templates, storage, and concurrent sessions, or clear overrides to use platform defaults.
Instructions
Update a workspace's sandbox quotas and retention periods. Only the fields you pass change. Each quota has a matching clear_* flag to remove the override and fall back to the platform default; pass the value OR its clear flag, not both. There are no per-session defaults here — idle timeout and max duration are set per sandbox at creation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_volumes | No | Maximum volumes in the workspace. | |
| workspace_id | No | Workspace to update. Omit to use the API key's first workspace. | |
| max_snapshots | No | Maximum snapshots in the workspace. | |
| max_templates | No | Maximum templates in the workspace. | |
| max_total_bytes | No | Maximum combined snapshot + volume storage in bytes. | |
| max_preview_urls | No | Maximum preview URLs in the workspace. | |
| max_sticky_sessions | No | Maximum sticky sandboxes. | |
| pause_retention_days | No | How long a paused sandbox's snapshot is kept before it becomes unresumable. | |
| clear_pause_retention | No | Remove the pause-retention override (use the platform default). | |
| max_concurrent_sessions | No | Maximum simultaneously active sandboxes. | |
| snapshot_retention_days | No | How long snapshots are kept before automatic cleanup. | |
| clear_snapshot_retention | No | Remove the snapshot-retention override, i.e. keep snapshots indefinitely. |