Start the index lifecycle management (ILM) plugin Added in 6.6.0
Query parameters
-
master_timeout string
A duration. Units can be
nanos
,micros
,ms
(milliseconds),s
(seconds),m
(minutes),h
(hours) andd
(days). Also accepts "0" without a unit and "-1" to indicate an unspecified value. -
timeout string
A duration. Units can be
nanos
,micros
,ms
(milliseconds),s
(seconds),m
(minutes),h
(hours) andd
(days). Also accepts "0" without a unit and "-1" to indicate an unspecified value.
POST /_ilm/start
curl \
-X POST http://api.example.com/_ilm/start
Response examples (200)
{
"acknowledged": true
}