Restore previous render
rollback_segment_assetRestore a previously rendered version of a segment's image or video — every regeneration archives the render it replaces (last 5), so a regen that came out worse is reversible for free. The current render is archived in its place, making the rollback itself reversible. The frame/clip pair restales as usual: rolling the image back marks a rendered clip out of date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | Which archived render to restore, 0 = the most recent (each asset's config.history in get_segment_assets lists them) | |
| asset_type | Yes | "image" or "video" — which primary to restore; for a video segment, "image" targets its start frame | |
| project_id | Yes | Project ID, as returned by create_project or list_projects | |
| segment_number | Yes | 1-based segment number, as reported by get_segments |