Query parameters
- master_timeout
string Period to wait for a connection to the master node.
Values are
-1
or0
.
POST /_features/_reset
curl \
--request POST 'http://api.example.com/_features/_reset' \
--header "Authorization: $API_KEY"
Response examples (200)
A successful response for clearing state information stored in system indices by Elasticsearch features.
{
"features" : [
{
"feature_name" : "security",
"status" : "SUCCESS"
},
{
"feature_name" : "tasks",
"status" : "SUCCESS"
}
]
}