删除快照编辑

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

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

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

必需设置编辑