Clean couchdb and restart

后端 未结 5 1998
没有蜡笔的小新
没有蜡笔的小新 2021-02-04 09:15

What is command to clean CouchDB please ? And if I want to disable and re-start my CouchDB what is command?

Thanks

5条回答
  •  滥情空心
    2021-02-04 09:44

    You can restart CouchDb as per the documentation here

    Example with curl:

    curl -X POST http://localhost:5984/_restart -H"Content-Type: application/json"
    

提交回复
热议问题