/reinstall-server

Reinstall a VM

POST http://console.cloudblast.io/api/public/reinstall-server

This endpoint allows users to reinstall a new virtual private server (VPS) on the Cloudblast platform.

Body

Name
Type
Description

authKey

string

Your API Key

server_id

int

ID of the server

template_uuid

string

ID of the OS (List Here)

Response

{
    "result": true,
    "message": "Server reinstallation initiated successfully.",
    "password": "3ae02aed3c891e63"
}

Last updated