resume_session
Restart a scene generation session from a saved stage checkpoint, re-running only the selected stages to produce a new revision without altering prior outputs.
Instructions
Resume an existing generation session from a stage checkpoint.
Re-runs the pipeline from start_stage using checkpoints already on
disk, writing a new revision and leaving prior revisions untouched.
Cheaper than generate_scene when only later stages need to change;
spends real LLM budget and takes minutes.
Args:
scene_hash: Session id from list_sessions or generate_scene.
start_stage: First stage to re-run, one of "shell", "furniture",
"physics", "scene_author", "scene_review".
stop_stage: Optional last stage to run; omit to run to the end.
Returns the new revision id, status, quality status, and cost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scene_hash | Yes | ||
| stop_stage | No | ||
| start_stage | No | furniture |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| cost_usd | Yes | ||
| revision | Yes | ||
| scene_hash | Yes | ||
| quality_status | Yes | ||
| preflight_warnings | Yes |