IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Delete
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Delete
editPhases 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
editPUT _ilm/policy/my_policy
{
"policy": {
"phases": {
"delete": {
"actions": {
"delete" : { }
}
}
}
}
}