PurgeExecution PurgeExecution

yaml
type: "io.kestra.core.tasks.storages.PurgeExecution"

Purge all files from the Kestra's internal storage created by this execution.

This will delete all the generated files from a flow for the current execution. This will delete all files from:

  • inputs
  • outputs
  • triggers

If the current execution doesn't have any generated files, the task will not fail.

Examples

yaml
id: "purge_execution"
type: "io.kestra.core.tasks.storages.PurgeExecution"

Outputs

uris

  • Type: array
  • SubType: string
  • Dynamic:
  • Required:

The deleted file URIs from Kestra's internal storage.