Independent enterprise technology-change research

PT-2026-005 · 17 July 2026

PlatformTrace

Enterprise platform migrations, examined in public.

API endpoint retirement · Scheduled · High confidence

Cloudflare retires legacy Workers KV routes

Cloudflare is removing the legacy /workers/namespaces/* endpoint family on 15 October 2026 and directing callers to the current storage-path routes.

Evidence boundary: Workers KV continues. The retired surface is the legacy namespace route family.

What changes

Requests using /workers/namespaces/* must move to /storage/kv/namespaces/*. Existing automation that retains the old path will stop working after the deadline.

Who is affected

  • Direct API clients using the legacy namespace path.
  • Internal tools with hard-coded Workers KV URLs.
  • Libraries or scripts that have not adopted the newer storage route.

Timeline

The legacy routes retire on 15 October 2026.

Required action

  • Search code, runbooks and CI jobs for the old route prefix.
  • Replace it with the supported storage-path equivalent.
  • Retest namespace creation, listing, deletion and related operations.

What is not affected

Workers KV itself remains available. This record does not imply a retirement of KV storage or every Workers API.

PlatformTrace analysis

The change is syntactically narrow but operationally hard: callers that do not change the route will receive failed requests after retirement.

Sources

  1. Cloudflare API deprecations.

Corrections and updates

No correction is currently open. Any deadline or route-scope amendment will be recorded as a dated update.