PurgeStorage

PurgeStorage

Certified

Purge execution files from the internal storage by last-modified date.

yaml
type: io.kestra.plugin.core.storage.PurgeStorage
yaml
id: purge_storage
namespace: system

tasks:
  - id: purge
    type: io.kestra.plugin.core.storage.PurgeStorage
    namespace: company.team
    endDate: "{{ now() | dateAdd(-7, 'DAYS') }}"
    dryRun: false
Properties
Defaulttrue
Default0
Default0
Default0