KV store

WARNING: This information is part of a limited availability release. Portions of this API may be subject to changes and improvements over time. Fields marked deprecated may be removed in the future and their use is discouraged. For more information, see our product and feature lifecycle descriptions.

An kv store is a persistent, globally consistent key-value store accessible to Compute@Edge services during request processing. Learn more about KV stores.

Data model

namestringA human-readable name for the store.
idstringID of the store.

Endpoints

List kv stores

GET/resources/stores/kv

Create an kv store

POST/resources/stores/kv

Describe an kv store

GET/resources/stores/kv/store_id

Delete an kv store

DELETE/resources/stores/kv/store_id