删除快照

编辑
action: delete_snapshots
description: "Delete selected snapshots from 'repository'"
options:
  repository: ...
  retry_interval: 120
  retry_count: 3
filters:
- filtertype: ...

空值和注释行将使用默认值(如有)。如果设置了某个设置,但未被给定操作使用,则将被忽略。

此操作会从选定的存储库中删除选定的快照。如果快照当前正在进行中,Curator 将最多重试retry_count次,每次重试之间延迟retry_interval秒。