Cloudflare KV · Schema

Expiration Ttl

Expires the key after a number of seconds. Must be at least 60.

Key-Value StoreEdge ComputingCloudflare WorkersDistributed StorageGlobal DatabaseCacheConfiguration Management
View JSON Schema on GitHub

JSON Schema

workers-kv_expiration_ttl.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/cloudflare-kv/json-schema/workers-kv_expiration_ttl.json",
  "title": "Expiration Ttl",
  "description": "Expires the key after a number of seconds. Must be at least 60.",
  "example": 300,
  "minimum": 60,
  "type": "number"
}