yaml
type: "io.kestra.plugin.core.kv.PurgeKV"
yaml
id: purge_kv_store
namespace: system

tasks:
  - id: purge_kv
    type: io.kestra.plugin.core.kv.PurgeKV
    expiredOnly: true
    namespaces:
      - company
    includeChildNamespaces: true
Properties
Default{"type":"key","expiredOnly":true}
Definitions
Defaulttrue
SubTypestring

Create automations with Core KV PurgeKV