Cancel a migration reindex operation
Technical preview
Cancel a migration reindex attempt for a data stream or index.
Path parameters
-
index
string | array[string] Required The index or data stream name
POST
/_migration/reindex/{index}/_cancel
curl \
--request POST http://api.example.com/_migration/reindex/{index}/_cancel \
--header "Authorization: $API_KEY"
Response examples (200)
{
"acknowledged": true
}