v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1459758542.7 KB

Send a reboot command to the specified input device. The device will begin rebooting within a few seconds of sending the command. When the reboot is complete, the device’s connection status will change to connected.

post/prod/inputDevices/{inputDeviceId}/reboot

Path parameters

inputDeviceIdstring required

Placeholder documentation for __string

The unique ID of the input device to reboot. For example, hd-123456789abcdef.

Request body

force'NO' | 'YES'

Whether or not to force reboot the input device.

Response

Success

RebootInputDeviceResponse required

Placeholder documentation for RebootInputDeviceResponse