What is command to clean CouchDB please ? And if I want to disable and re-start my CouchDB what is command?
CouchDB
disable
re-start
Thanks
You can restart CouchDb as per the documentation here
Example with curl:
curl -X POST http://localhost:5984/_restart -H"Content-Type: application/json"