mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-06-13 23:36:45 +03:00
remove http API Delete а specific collection on a specific volume server
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user