Throttle a reindex operation Added in 2.4.0
Change the number of requests per second for a particular reindex operation.
Path parameters
-
Identifier for the task.
Query parameters
-
requests_per_second number
The throttle for this request in sub-requests per second.
POST /_reindex/{task_id}/_rethrottle
curl \
-X POST http://api.example.com/_reindex/{task_id}/_rethrottle
Response examples (200)
{
"nodes": {}
}