Remove policies from an index Added in 6.6.0
Remove the assigned lifecycle policies from an index or a data stream's backing indices. It also stops managing the indices.
Path parameters
-
The name of the index to remove policy on
POST
/{index}/_ilm/remove
curl \
-X POST http://api.example.com/{index}/_ilm/remove
Response examples (200)
{
"has_failures" : false,
"failed_indexes" : []
}