Guides
Rollback
Move an app live pointer back to a compatible release.
For agents: List releases, choose a retained compatible release, then call rollback. Do not expect rollback to delete durable state.
CLI
npm run userland -- apps releases "$APP_ID"
npm run userland -- apps rollback "$APP_ID" "$RELEASE_ID"
Rollback moves the live pointer only. Data, users, sessions, files, secrets, queued jobs, webhook history, and events are retained.