Cancel reindexing Technical Preview

POST /api/upgrade_assistant/reindex/{index}/cancel

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.

Responses

  • 200 application/json

    Indicates a successful call.

    Hide response attribute Show response attribute object
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
}