KV store

These endpoints are used to create, describe, list, and delete KV stores.

Creation Request

namestringA human-readable name for the store. Refer to https://www.fastly.com/documentation/guides/concepts/edge-state/data-stores/#limitations-and-constraints for constraints on the KV store name. Required.

Endpoints

List all KV stores

GET/resources/stores/kv

Create a KV store

POST/resources/stores/kv

Describe a KV store

GET/resources/stores/kv/store_id

Delete a KV store

DELETE/resources/stores/kv/store_id