Roll Back Worker
Via admin UI
- Go to Gateway in the control plane.
- Find the previous
inactiveversion row. - Click Rollback.
Via API
curl -X POST $CONTROL_PLANE_URL/v1/gateway/rollback \ -H "Authorization: Bearer $ADMIN_KEY" \ -d '{"tenantId": "<id>", "version": "v41"}'Via Wrangler (emergency)
wrangler rollback --name edge-gatewayAfter rollback
- Investigate root cause before re-deploying the broken version.
- Open an ADR if the failure reveals an architectural gap.