Cancel reindexing
Technical Preview
Cancel reindexes that are waiting for the Elasticsearch reindex task to complete. For example, cancel reindexing if the lastCompletedStep
has the value 40
.
Path parameters
-
index
string Required The name of the index that was reindexing.
POST
/api/upgrade_assistant/reindex/{index}/cancel
curl \
--request POST 'https://localhost:5601/api/upgrade_assistant/reindex/{index}/cancel' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"acknowledged": true
}