false
, device will apply firmware on next boot.curl --location -g --request POST 'https://fleet.roscolive.com/api/v1.0/partners/devices/firmware?ids={{device_ids}}' \
--form 'version="dv6_v2.7.0.fw"' \
--form 'restart=""'
{
"meta": {
"code": 200
},
"response": {
"1234567890": "firmware update pending to dv6_v2.7.0.fw"
},
"result": "OK"
}