diff --git a/modules/rest-api/pages/rest-configure-rebalance-retry.adoc b/modules/rest-api/pages/rest-configure-rebalance-retry.adoc index 8cd6128f1e..f864380524 100644 --- a/modules/rest-api/pages/rest-configure-rebalance-retry.adoc +++ b/modules/rest-api/pages/rest-configure-rebalance-retry.adoc @@ -4,9 +4,9 @@ == HTTP methods and URI ---- -GET /pools/default/retryRebalance +GET /settings/retryRebalance -POST /pools/default/retryRebalance +POST /settings/retryRebalance ---- [#description] @@ -20,7 +20,7 @@ For an overview of rebalance and rebalance retries, see xref:learn:clusters-and- ---- curl -X GET -u : -http://:/pools/default/retryRebalance +http://:/settings/retryRebalance curl -X POST -u Administrator:password http://:/settings/retryRebalance