Skip to main content

DELETE /api/node/<name>

Bir cuckoo node devre dışı bırakın, bunun sonucunda yeni görevleri işleyemez, ancak geçmişini cuckoo distibuted veritabanında tutar:

$ curl -XDELETE http://localhost:9003/api/node/localhost
{
    "success": true
}