Removes the assigned lifecycle policy and stops managing the specified index Added in 6.6.0
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" : []
}