From 2c7ccd7a8712e9f82da45b4723bc8bbacebd6ef2 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Thu, 23 Aug 2018 23:33:32 -0700 Subject: [PATCH] Updated Master Server API (markdown) --- Master-Server-API.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Master-Server-API.md b/Master-Server-API.md index bf48af7..fda772b 100644 --- a/Master-Server-API.md +++ b/Master-Server-API.md @@ -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