Retries executing the policy for an index that is in the ERROR step Added in 6.6.0
Path parameters
-
The name of the indices (comma-separated) whose failed lifecycle step is to be retry
POST /{index}/_ilm/retry
curl \
-X POST http://api.example.com/{index}/_ilm/retry
Response examples (200)
{
"acknowledged": true
}