Restart Zoom Room "Device" via API?

Description
I could restart zoom client on the device via API,
I would like to restart the actual device via API, I could also restart the device from admin panel and I am wondering there are some API calls which admin dashboard uses to restart the device,

I am running this command to restart the application:

POST: https://api.zoom.us/v2/rooms/{RoomID}/zrclient

{

“jsonrpc”: “2.0”,

“method”: “restart”

}

I would really appreciate if I can send some request to restart that Windows Device.

Thank you

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT

Hey @Drensys,

Is the Zoom Rooms Restart API not working for you?

Thanks,
Tommy

It only restarts zoom room application, I would like to restart zoom room device. Is there such call to reboot the device?

Hi @Drensys,

Are you referring to restarting the physical Zoom Room hardware? If so, I should clarify that our Zoom Rooms API endpoints control the Zoom Room client, not the physical hardware itself.

Let me know if this helps to clarify,
Will