1
0
Fork 0

Doc - Fix cleanout server example (#8744)

This commit is contained in:
Luigi Servini 2019-05-06 12:18:46 +02:00 committed by Simran
parent 3a86ad59e2
commit 5a814d8cea
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ equal to the current number of _DBServers_ minus one. For the purpose of
cleaning out `DBServer004` for example would work as follows, when
issued to any _Coordinator_ of the cluster:
`curl <coord-ip:coord-port>/_admin/cluster/cleanOutServer -d '{"id":"DBServer004"}'`
`curl <coord-ip:coord-port>/_admin/cluster/cleanOutServer -d '{"server":"DBServer004"}'`
After the _DBServer_ has been cleaned out, you will find a trash bin
icon to the right of the name of the _DBServer_ on any _Coordinators_'