Skip to content

Roll Back Worker

Via admin UI

  1. Go to Gateway in the control plane.
  2. Find the previous inactive version row.
  3. Click Rollback.

Via API

Terminal window
curl -X POST $CONTROL_PLANE_URL/v1/gateway/rollback \
-H "Authorization: Bearer $ADMIN_KEY" \
-d '{"tenantId": "<id>", "version": "v41"}'

Via Wrangler (emergency)

Terminal window
wrangler rollback --name edge-gateway

After rollback

  • Investigate root cause before re-deploying the broken version.
  • Open an ADR if the failure reveals an architectural gap.