elasticsearch/docs/reference/cluster/delete-desired-balance.asciidoc
Ievgen Degtiarenko 801eaba095
Fix delete-desired-balance doc (#96978)
This change adds a proper API description instead of one that was
accidentally copied from the other endpoint.
2023-06-27 10:12:15 +02:00

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]