remove http API Delete а specific collection on a specific volume server

Chris Lu 2018-10-15 00:10:57 -07:00
parent e08f73433c
commit 00f8d62348

@ -68,14 +68,6 @@ The counterpart is to mount a volume. This adds a volume file to a volume server
curl "http://localhost:8080/admin/volume/mount?volume=volumeId"
```
### Delete а specific collection on a specific volume server
This API should be protected just in case someone delete your volumes!
```bash
curl "http://localhost:8080/admin/delete_collection?collection=some_collection_name."
```
### Check Volume Server Status
```bash