Reboot GPU Instance
Reboot Instances.
Last updated
curl -X GET '{API_URL}/computing/instance/{id}/reboot' \
-H 'Authorization: Bearer {ACCESS_TOKEN}' \
-H 'Content-Type: application/json' \
{
"message": "Instances rebooted successfully",
"status": "success"
}