#Rollback

1 messages · Page 1 of 1 (latest)

mossy smelt
#

How can I rollback openclaw to a specific version. I use npm and update with openclaw update

tardy notchBOT
# mossy smelt How can I rollback openclaw to a specific version. I use npm and update with ope...

For npm installs, you can target a specific published version with the updater:

openclaw --version
openclaw update --tag 2026.4.1-beta.1 --dry-run
openclaw update --tag 2026.4.1-beta.1

If that version is older than what you have installed, OpenClaw should ask for downgrade confirmation. You can also do the manual npm rollback path:

npm i -g openclaw@2026.4.1-beta.1
openclaw doctor
openclaw gateway restart

To see what npm thinks is latest: