Run in Apidog
Reinstall the VPS with the given OS image. A new root password is generated and returned. To restore from a backup instead, use PATCH /vps/{id}/backups.
Request Add parameter in header API-key
Example: API-key: ********************
or
Body Params application/json Required
Request Code Samples
curl --location --request POST 'https://mijn.host/api/v2/vps/12345/reinstall' \
--header 'Accept: application/json' \
--header 'User-Agent: my-application/1.0.0' \
--header 'API-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"image_id": 50
}' Responses application/json Generate Code
{
"status" : "string" ,
"status_description" : "string" ,
"details" : {
"root_password" : "string"
}
}
Modified at 2026-04-09 12:33:38