Remove policies from an index Added in 6.6.0

POST /{index}/_ilm/remove

Remove the assigned lifecycle policies from an index or a data stream's backing indices. It also stops managing the indices.

Path parameters

  • index string Required

    The name of the index to remove policy on

Responses

POST /{index}/_ilm/remove
curl \
 -X POST http://api.example.com/{index}/_ilm/remove
Response examples (200)
{
  "has_failures" : false,
  "failed_indexes" : []
}