Roll a gate back to a previous configuration
Use when: caller wants to revert a gate to a previous configuration version (recovering from a bad change, etc.)
Restores a gate to a specific historical config identified by historyId (from /v1/gates/:id/history). Optionally also invalidates the gate’s memory entries (rollbackMemory: true) — useful when rolling back a config change The Architect’s memory was advising against.
Authorizations
Verlon API key (newly minted keys are prefixed sk-vrln-; legacy verlon_* and layer_* keys from prior prefix migrations continue to validate). Generated from the dashboard under Settings → API Keys, or via verlon key create in the CLI.
Response
Gate rolled back; response is the restored gate.

