
PurgeStorage
CertifiedPurge execution files from the internal storage by last-modified date.
PurgeStorage
Certified
Purge execution files from the internal storage by last-modified date.
yaml
type: io.kestra.plugin.core.storage.PurgeStorageExamples
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
endDate *Requiredstring
dryRun booleanstring
Default
trueflowId string
namespace string
pluginDefaultsRef Non-dynamicstring
startDate string
Outputs
deletedFilesCount integer
Default
0purgedCount integer
Default
0scannedCount integer
Default
0