Cancel reindex APIedit

The underlying Upgrade Assistant concepts are stable, but the APIs for managing Upgrade Assistant are experimental.

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

Requestedit

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

Response codesedit

200
Indicates a successful call.

Exampleedit

The API returns the following:

{
  "acknowledged": true
}