mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
remove http API Delete а specific collection on a specific volume server
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
|
||||
|
|
Loading…
Reference in a new issue