A newer version is available. For the latest information, see the
current release documentation.
Delete Snapshots
editDelete Snapshots
editaction: delete_snapshots description: "Delete selected snapshots from 'repository'" options: repository: retry_interval: retry_count: timeout_override: continue_if_exception: False disable_action: False filters: - filtertype: ...
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 issues are encountered, it will retry up to retry_count times, with a delay of retry_interval seconds between retries.
Required settings
edit- repository (required)
Optional settings
edit- retry_interval (has a default value which can optionally be changed)
- retry_count (has a default value which can optionally be changed)
- ignore_empty_list (can override the default)
- timeout_override (can override the default timeout)
- continue_if_exception (has a default value which can optionally be changed)
- disable_action (has a default value which can optionally be changed)
See an example of this action in an actionfile here.