Computers

Restart a managed computer

Defaults to resume: resumes an offline computer and leaves a live daemon untouched (wasRestarted: false). Explicit reboot cold-boots from persisted files, stops all processes, and discards memory and unflushed writes. Reboot returns HTTP 200 only after the daemon reconnects. Unsupported provider modes are rejected. Not supported for BYOM computers. Errors use non-2xx HTTP status codes with status, title, and detail fields.

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

Path parameters

computerIdstring required

Computer ID

Request body

mode'resume' | 'reboot'

Response

Response for status 200

wasRestartedboolean required

False if resume found a live daemon; true if the computer was resumed or rebooted.

Changes