API · SDK · runtime · authentication lifecycle intelligence

Last updated · 9 September 2026

SchemaTrace

Breaking changes, enforcement dates and migration requirements.

ST-2026-032 · API endpoints & versions

Cloudflare retires legacy Workers KV namespace API routes on 15 October 2026

Cloudflare will stop serving the legacy /workers/namespaces route family on 15 October 2026 and directs integrations to the equivalent /storage/kv/namespaces routes.

CloudflareWorkers KVREST APIendpoint retirementdeadline

Previous state

Workers KV integrations could call namespace endpoints below the legacy /workers/namespaces path.

Current state

Clients must use /storage/kv/namespaces; request parameters and response payloads remain interchangeable.

Who needs to care

Developers, automation owners and platform teams calling the legacy Workers KV namespace routes.

What to do

Inventory legacy route calls, replace the path prefix, and test create, list, get and delete workflows before the cutoff.

What the source does not prove

The change retires route paths rather than the KV namespace resource model. Cloudflare states that parameters and payloads remain interchangeable, but does not prove that every third-party client has migrated.

Lifecycle history

Dated event sequence

  1. Change documented

    Cloudflare will stop serving the legacy /workers/namespaces route family on 15 October 2026 and directs integrations to the equivalent /storage/kv/namespaces routes.

  2. Effective milestone

    Clients must use /storage/kv/namespaces; request parameters and response payloads remain interchangeable.

Evidence ledger

First-party sources

  1. 01
    Cloudflare Developers — Legacy Workers KV namespace routes deprecation

    Official product documentation or changelog · 2026-07-15

    Open official source ↗