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.
API key authentication. API keys should be passed using the format Bearer API_KEY.
Bearer API_KEY
A successful response.
The response is of type object.
object