Remove the assigned lifecycle policies from an index or a data stream's backing indices. It also stops managing the indices. ##Required authorization
- Index privileges:
manage_ilm
POST
/{index}/_ilm/remove
Console
POST logs-my_app-default/_ilm/remove
curl \
--request POST 'http://api.example.com/{index}/_ilm/remove'
Response examples (200)
A successful response when removing a lifecycle policy from an index.
{
"has_failures" : false,
"failed_indexes" : []
}