Turns off snapshot lifecycle management (SLM) Added in 7.6.0
POST /_slm/stop
curl \
-X POST http://api.example.com/_slm/stop
Response examples (200)
{
"acknowledged": true
}
curl \
-X POST http://api.example.com/_slm/stop
{
"acknowledged": true
}