{
"notify_stop": true,
"cloud": {
"enabled": false,
"address": "ws://192.168.2.128:9000"
}
}
curl --location --request PUT 'http://127.0.0.1:46952/api/config' \
--header 'Content-Type: application/json' \
--data-raw '{
"notify_stop": true,
"cloud": {
"enabled": false,
"address": "ws://192.168.2.128:9000"
}
}'
ok