Prompt Buddy logoPrompt Buddy

cloudflare · Cloudflare Workers Docs

Workers Rollbacks

Instructions for reverting a Cloudflare Worker to a previous deployment using either the Wrangler CLI or the Cloudflare dashboard, including specific procedures for resolving issues during split deployments.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Workers Rollbacks

Instructions for reverting a Cloudflare Worker to a previous deployment using either the Wrangler CLI or the Cloudflare dashboard, including specific procedures for resolving issues during split deployments.

When To Use

Use when you need to revert a Worker to a previous stable version via the wrangler rollback command or the Cloudflare dashboard to mitigate production issues.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-configuration-versions-and-deployments-rollbacks-workflow-guide.mdA guide explaining how to roll back Cloudflare Worker deployments using the Wrangler CLI and the Cloudflare dashboard.Questions about a guide explaining how to roll back Cloudflare Worker deployments using the Wrangler CLI and the Cloudflare dashboard.

What This Skill Covers

  • You can roll back to a previously deployed version of your Worker using Wrangler or the Cloudflare dashboard. Rolling back to a previous version of your Work...
  • Main sections: Via Wrangler, Via the Cloudflare Dashboard, Rolling back from a split deployment, Limits, Rollbacks limit.

Workflow

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://developers.cloudflare.com/workers/configuration/versions-and-deployments/rollbacks