rollback
Restore memory to a specific timestamp or relative time point using ISO format or expressions like '2 hours ago'. Preview changes before applying with dry run option.
Instructions
Rollback memory to a point in time.
Supports ISO timestamps (e.g. '2026-01-15T10:00:00Z') and relative time
expressions (e.g. '2 hours ago').
Args:
target: ISO timestamp or relative time expression.
dry_run: If true, preview changes without applying them.
Returns:
JSON string with rollback results or preview.Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| dry_run | No |