mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 23:57:20 -04:00
This change adds a proper API description instead of one that was accidentally copied from the other endpoint.
20 lines
610 B
Text
20 lines
610 B
Text
[[delete-desired-balance]]
|
|
=== Reset desired balance API
|
|
++++
|
|
<titleabbrev>Reset desired balance</titleabbrev>
|
|
++++
|
|
|
|
NOTE: {cloud-only}
|
|
|
|
Resets the desired balance and starts a new computation from the current allocation.
|
|
This API may be used if desired balance computation diverged from the current state
|
|
and is trying to move too many shards.
|
|
|
|
[[delete-desired-balance-request]]
|
|
==== {api-request-title}
|
|
|
|
[source,console]
|
|
--------------------------------------------------
|
|
DELETE /_internal/desired_balance
|
|
--------------------------------------------------
|
|
// TEST[skip:Can't reliably test desired balance]
|