reboot

fun reboot(correlationId: String = UUID.randomUUID().toString()): RebootResult

Asks the terminal to reboot, using the generic terminal command channel (there is no dedicated reboot endpoint on the terminal service).

Throws

if the terminal service could not be reached or refused the request.