Recovery Reboot
Booting an SSD VPS into recovery mode starts your virtual server using a special rescue environment, allowing you to troubleshoot or repair your system without affecting your main operating system. This mode is useful for tasks such as fixing boot errors, resetting passwords, or recovering important data.
Method
-
To perform a Recovery Reboot on a server, navigate to the relevant server page, select Server Actions and choose Recovery Reboot.
-
You will be presented with a confirmation dialogue. Select Recovery Reboot again to confirm the action.
-
Once complete, a green pop-up message will confirm the success of the action.
Get Server ID and Location ID
curl --request GET \--url https://api.ingenuitycloudservices.com/rest-api/ssd-vps/servers \--header 'Accept: application/json' \--header 'X-Api-Token: API_KEY'
Recovery Reboot
curl --request POST \ --url https://api.ingenuitycloudservices.com/rest-api/ssd-vps/locations/{location_id}/servers/{server_id}/power/recovery-reboot \ --header 'Accept: application/json' \ --header 'X-Api-Token: API_KEY' \