mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Master Server API (markdown)
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
|
||||
|
|
Loading…
Reference in a new issue