cURL
curl --request POST \ --url https://rest.compute.cudo.org/v1/projects/{projectId}/vms/{id}/reboot \ --header 'Authorization: <api-key>'
{}
Performs a soft reboot of a virtual machine. The operating system is instructed to reboot. If the OS does not respond, use StopVM and then StartVM.
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
A successful response.
The response is of type object.
object