Updated Master Server API (markdown)

Chris Lu 2018-08-23 23:33:32 -07:00
parent 3d6c3fd05e
commit 2c7ccd7a87

@ -70,6 +70,13 @@ curl "http://localhost:9333/vol/grow?ttl=5d&count=4"
This generates 4 empty volumes.
### Delete Collection
```bash
# delete a collection
curl "http://localhost:9333/col/delete?collection=benchmark&pretty=y"
```
### Check System Status
```bash