FreezeRollupArchive
Freezes a CkRollupArchive at the given timestamp. Monotonic — rejected when the new value is earlier than the current FrozenUntil. The orchestrator stops producing buckets whose bucketEnd falls within the frozen range; already-aggregated rows are preserved.
Examples
octo-cli -c FreezeRollupArchive -id <identifier> -u <until>
Options
| Short | Long | Required | Description |
|---|---|---|---|
-id | --identifier | yes | Runtime id of the CkRollupArchive entity to freeze |
-u | --until | yes | Inclusive upper bound of the frozen range, ISO-8601 (e.g. 2026-05-11T14:00:00Z) |