KV Namespaces
CF Dash lets you manage Cloudflare Workers KV (key-value storage) from the Compute tab.
Open KV
- Open the Compute tab.
- 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:
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.