mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
remove /admin/volume/delete on volume server
parent
f7da3f190a
commit
3f4632c3f8
|
@ -33,15 +33,6 @@ curl -X DELETE http://127.0.0.1:8080/3,01637037d6
|
|||
curl http://127.0.0.1:8080/3,01637037d6?cm=false
|
||||
```
|
||||
|
||||
### Delete а volume
|
||||
|
||||
This API should be protected just in case someone delete your volumes!
|
||||
It deletes the volume physically.
|
||||
|
||||
```bash
|
||||
curl "http://localhost:8080/admin/volume/delete?volume=volumeId"
|
||||
```
|
||||
|
||||
### Unmount/mount а volume
|
||||
|
||||
This API should be protected!
|
||||
|
|
Loading…
Reference in a new issue