Skip to content

Commit 71ae74b

Browse files
committed
Adding back pricing FAQ directly under the pricing table.
1 parent 58851f6 commit 71ae74b

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

src/content/docs/kv/platform/pricing.mdx

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ import { Render } from "~/components"
1010

1111
<Render file="kv_pricing" product="workers" />
1212

13-
:::note
14-
For FAQs on pricing, refer to the [pricing FAQs for Workers KV](/kv/faq/#pricing).
15-
:::
13+
## Pricing
14+
15+
### When writing via KV's [REST API](/api/resources/kv/subresources/namespaces/methods/bulk_update/), how are writes charged?
16+
17+
Each key-value pair in the `PUT` request is counted as a single write, identical to how each call to `PUT` in the Workers API counts as a write. Writing 5,000 keys via the REST API incurs the same write costs as making 5,000 `PUT` calls in a Worker.
18+
19+
### Do queries I issue from the dashboard or wrangler (the CLI) count as billable usage?
20+
21+
Yes, any operations via the Cloudflare dashboard or wrangler, including updating (writing) keys, deleting keys, and listing the keys in a namespace count as billable KV usage.
22+
23+
### Does Workers KV charge for data transfer / egress?
24+
25+
No.

0 commit comments

Comments
 (0)