Resets the internal state of features, usually by deleting system indices Technical preview
POST /_features/_reset
curl \
-X POST http://api.example.com/_features/_reset
Response examples (200)
{
"features" : [
{
"feature_name" : "security",
"status" : "SUCCESS"
},
{
"feature_name" : "tasks",
"status" : "SUCCESS"
}
]
}