Blueprints

Purge KV Store

Source

yaml
id: purge_kv_store
namespace: system

tasks:
  - id: purge_kv
    type: io.kestra.plugin.core.kv.PurgeKV
    description: Remove key-value (KV) entries from Kestra’s internal storage every
      day at 12AM.
    expiredOnly: true
    namespaces:
      - system
      - company
    includeChildNamespaces: true # Whether to include sub-namespaces of the matched namespace(s).

triggers:
  - id: daily_midnight_schedule
    type: io.kestra.plugin.core.trigger.Schedule
    cron: "0 0 * * *"

About this blueprint

Kestra System

Purge key-value entries from Kestra’s internal storage across namespaces, with optional filters for keys and namespaces.

Purge KV

Schedule

More Related Blueprints

New to Kestra?

Use blueprints to kickstart your first workflows.

Get started with Kestra