Delete Snapshots
action: delete_snapshots
description: "Delete selected snapshots from 'repository'"
options:
repository: ...
retry_interval: 120
retry_count: 3
filters:
- filtertype: ...
Note
Empty values and commented lines will result in the default value, if any, being selected. If a setting is set, but not used by a given action, it will be ignored.
This action deletes the selected snapshots from the selected repository. If a snapshot is currently underway, Curator will retry up to retry_count times, with a delay of retry_interval seconds between retries.
Tip
See an example of this action in an actionfile here.