Delete

edit

Phases allowed: delete.

Permanently removes the index.

Options

edit
delete_searchable_snapshot
(Optional, Boolean) Deletes the searchable snapshot created in the cold phase. Defaults to true. This option is applicable when the searchable snapshot action is used in the cold phase.

Example

edit
PUT _ilm/policy/my_policy
{
  "policy": {
    "phases": {
      "delete": {
        "actions": {
          "delete" : { }
        }
      }
    }
  }
}