Throttle a delete by query operation
POST
/_delete_by_query/{task_id}/_rethrottle Change the number of requests per second for a particular delete 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.
Parameters
path Path Parameters
| Name | Type |
|---|---|
task_id
required
The ID for the task. | type TypesTaskId = string |
query Query Parameters
| Name | Type |
|---|---|
requests_per_second
required
The throttle for this request in sub-requests per second.
To disable throttling, set it to | number |
Responses
200 application/json
interface TasksTypesTaskListResponseBase {
node_failures?:TypesErrorCause [];
task_failures?:TypesTaskFailure [];
nodes?: { };
tasks?:TasksTypesTaskInfos ;
}
node_failures?:
task_failures?:
nodes?: { };
tasks?:
}