We have added the ability to disable devices. This feature can help mitigate channel loading bursts caused by channel inaccessibility or connectivity issues. Once a device is disabled, existing connections will be closed and new connections will be rejected. Only disabled devices can be moved between subaccounts.
Corresponding REST API method:
HTTP Method: PUT
Endpoint: gw/devices/{devices-selector}
Request body:
{
"enabled": false
}