Workers & Pages

The Compute tab is where you manage your edge compute — Cloudflare Workers and Pages projects — alongside R2, D1, and KV.

Workers & Pages Overview

Open the Compute tab and stay on the Workers & Pages sub-tab. You'll see a unified list of your Workers scripts and Pages projects.

Create

Tap + to create a new Worker or Pages project, then enter a name. The new resource appears in your account.

Worker Details

Tap a Worker to open its detail page, then:

  • Versions — view all versions of the Worker script and roll back to a previous version.
  • Schedules — add, edit, and delete cron triggers so the Worker runs on a schedule.
  • Routes — add and edit routes that map URLs to the Worker.
  • Environment Variables — add and remove environment variables (including secrets).
  • Delete — remove the Worker from your account.

Pages Project Details

Tap a Pages project to open its detail page, then:

  • Deployments — browse the list of deployments; open one to see its status, stages, logs, and actions.
    • Rollback — revert a deployment to a previous version.
    • Retry — retry a failed deployment.
    • Delete — remove a deployment.
  • Custom Domains — add and remove custom domains attached to the Pages project.
  • Delete — remove the Pages project.

Note: Managing Workers and Pages (creating, editing bindings, deployments) is a Pro feature. Free users can browse read-only.

Bindings

From a Worker detail page you can manage bindings for KV, R2, D1, and Durable Objects, connecting your Worker to your storage resources.