KV store

A KV store is a persistent, globally consistent key-value store accessible to Compute 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 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