For devices you can do it via the REST Api.
You can use
curl -X POST -H "X-API-Key: abc123" http://localhost:8384/rest/system/resume?device=device-id
Replacing device-id with the actual device ID of the paused device.
For devices you can do it via the REST Api.
You can use
curl -X POST -H "X-API-Key: abc123" http://localhost:8384/rest/system/resume?device=device-id
Replacing device-id with the actual device ID of the paused device.