Cancel reindex API

[experimental] This functionality is experimental and may be changed or removed completely in a future release. Elastic will take a best effort approach to fix any issues, but experimental features are not subject to the support SLA of official GA features. Cancel reindexes that are waiting for the Elasticsearch reindex task to complete. For example, lastCompletedStep set to 40.

Cancel reindexes that are waiting for the Elasticsearch reindex task to complete. For example, lastCompletedStep set to 40.

Request

POST <kibana host>:<port>/api/upgrade_assistant/reindex/myIndex/cancel

Response codes

200

Indicates a successful call.

Example

The API returns the following:

  1. {
  2. "acknowledged": true
  3. }

Most Popular