ClaudeCloudflare Developer Platform2026/07/15 0:00

KV - Deprecate legacy Workers KV namespace API routes

要点だけを先に読めるように短く再構成したセクションです。

元記事

Quick Digest

要約

要点だけを先に読めるように短く再構成したセクションです。

claudeja

KV - Deprecate legacy Workers KV namespace API routes の要約

Key Points

  • ポイント1: Changelog New updates and improvements at Cloudflare.
  • ポイント2: Subscribe to RSS View RSS feeds ← Back to all posts Deprecate legacy Workers KV namespace API routes Jul 15, 2026 KV The legacy Workers KV API routes under /accounts/{account_id}/w
  • ポイント3: Migrate to the documented Workers KV API routes under /accounts/{account_id}/storage/kv/namespaces/* before that date.

Summary

この記事は 2026-07-15 に公開された「KV - Deprecate legacy Workers KV namespace API routes」の内容を日本語で簡潔にまとめたものです。

Key Points

  • ポイント1: Changelog New updates and improvements at Cloudflare.
  • ポイント2: Subscribe to RSS View RSS feeds ← Back to all posts Deprecate legacy Workers KV namespace API routes Jul 15, 2026 KV The legacy Workers KV API routes under /accounts/{account_id}/w
  • ポイント3: Migrate to the documented Workers KV API routes under /accounts/{account_id}/storage/kv/namespaces/* before that date.

Full Translation

翻訳

原文の流れを保ったまま読める翻訳セクションです。

claudeja

KV - Deprecate legacy Workers KV namespace API routes(原文タイトル)

概要

公開日: 2026-07-15 翻訳生成に失敗したため、原文をそのまま保存しています。

原文

Changelog New updates and improvements at Cloudflare. Subscribe to RSS View RSS feeds ← Back to all posts Deprecate legacy Workers KV namespace API routes Jul 15, 2026 KV The legacy Workers KV API routes under /accounts/{account_id}/workers/namespaces/* are deprecated as of July 15, 2026, and will stop working on October 15, 2026. Migrate to the documented Workers KV API routes under /accounts/{account_id}/storage/kv/namespaces/* before that date. The legacy and replacement routes are interchangeable. They accept the same request parameters and return the same response payloads. To migrate, update the URL path from /workers/namespaces/ to /storage/kv/namespaces/ . What you need to do Update any integration that calls a route under /accounts/{account_id}/workers/namespaces/ to use the equivalent route under /accounts/{account_id}/storage/kv/namespaces/ . The migration is a direct URL path substitution — request parameters and response payloads are identical: GET and POST /accounts/{account_id}/workers/namespaces → GET and POST /accounts/{account_id}/storage/kv/namespaces GET , PUT , and DELETE /accounts/{account_id}/workers/namespaces/{namespace_id} → GET , PUT , and DELETE /accounts/{account_id}/storage/kv/namespaces/{namespace_id} GET /accounts/{account_id}/workers/namespaces/{namespace_id}/keys → GET /accounts/{account_id}/storage/kv/namespaces/{namespace_id}/keys GET /accounts/{account_id}/workers/namespaces/{namespace_id}/metadata/{key_name} → GET /accounts/{account_id}/storage/kv/namespaces/{namespace_id}/metadata/{key_name} GET , PUT , and DELETE /accounts/{account_id}/workers/namespaces/{namespace_id}/values/{key_name} → GET , PUT , and DELETE /accounts/{account_id}/storage/kv/namespaces/{namespace_id}/values/{key_name} For more information about the deprecation timeline, refer to API deprecations . Resources API New to Cloudflare? Directory Sponsorships Open Source Cloudflare Research Support Help Center System Status Compliance GDPR Company cloudflare.com Our team Careers Tools Cloudflare Radar Cloudflare Labs Speed Test Is BGP Safe Yet? Certificate Transparency Community Community forum X Discord YouTube GitHub © 2026 Cloudflare, Inc. Privacy Policy Terms of Use Report Security Issues Trademark Cookie Settings Was this helpful? Yes No