KV Namespaces

CF Dash lets you manage Cloudflare Workers KV (key-value storage) from the Compute tab.

Open KV

  1. Open the Compute tab.
  2. Switch to the KV sub-tab to see your namespaces.

Namespace Details

Tap a namespace to open its detail page, which shows:

  • The namespace title and ID
  • Analytics — operations and storage usage
  • A list of the keys stored in the namespace

From here you can:

ActionDescription
View a keyTap a key to see its value, edit it, or delete it
Rename namespaceChange the namespace title
Delete namespaceRemove the namespace and all its keys

Manage Keys

  • Create / edit — add a new key-value pair or update an existing key's value.
  • Bulk write — upload multiple key-value pairs at once.
  • Bulk delete — remove multiple keys at once.

Managing KV namespaces (writes, bulk operations, rename) is a Pro feature. Free users can browse read-only.