Throttle an update by query operation | Elasticsearch API documentation (original) (raw)
Dismiss highlight Show more
Throttle an update by query operation Added in 6.5.0
POST /_update_by_query/{task_id}/_rethrottle
Change the number of requests per second for a particular update by query operation. Rethrottling that speeds up the query takes effect immediately but rethrotting that slows down the query takes effect after completing the current batch to prevent scroll timeouts.
Query parameters
- The throttle for this request in sub-requests per second. To turn off throttling, set it to
-1
.
Responses
- 200 application/json
Hide response attribute Show response attribute object