Rollback Stack Version
stackrollbackRoll back a stack to a previous version by creating a draft that copies components, config, and pricing from the target version. Updates existing draft if present.
Instructions
Create a draft version by reverting to a previous version's config. Copies components, config, and pricing from the target version. If a draft already exists, updates it in-place (single-draft rule).
Use stackversions first to find available version numbers.
REQUIRES: session_id from convoopen response (format: sess_v2_...), version (target version number).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | Yes | Target stack version number to roll back to. Use stackversions to list available versions. | |
| session_id | Yes | Session ID from convoopen — pass back EXACTLY as returned, including the ?token=... suffix (format: sess_v2_*?token=*). The suffix is part of the session credential; never strip it when summarizing. |