﻿---
title: retry_interval
description: The value of this setting is the number of seconds to delay between retries. The default for this setting is 120. 
url: https://www.elastic.co/elastic/docs-builder/docs/3028/reference/elasticsearch/curator/option_retry_interval
products:
  - Elasticsearch
  - Elasticsearch Curator
---

# retry_interval
<note>
  This setting is only used by the [delete snapshots action](https://www.elastic.co/elastic/docs-builder/docs/3028/reference/elasticsearch/curator/delete_snapshots).
</note>

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

The value of this setting is the number of seconds to delay between retries.
The default for this setting is `120`.