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://docs.fastly.com/products/compute-resource-limits#kv-store for limitations 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