Computers

Restart a managed computer

Ensures an active managed computer is running, resuming it if necessary. Computers that are already running are left untouched and reported with wasRestarted: false. Not supported for BYOM computers.

post/api/v0/computers/{computerId}/restart

Path parameters

computerIdstring required

Computer ID

Response

Response for status 200

wasRestartedboolean required

Changes

Changed in 1 of the 20 revisions of this API.1

    • added the required property wasRestarted to the response with the 200 status

      response-required-property-added