CloudBlast API's
  • Welcome
  • How to get the API Key
  • 🌐API ENDPOINTS
    • /create-server
    • /send-action-server
    • /delete-server
    • /reinstall-server
    • /add-extra-ip
    • /remove-extra-ip
    • /servers/details
    • /servers/all
  • 🆔ID LISTS
    • Plans List
    • Locations List
    • OS List
Powered by GitBook
On this page
  1. API ENDPOINTS

/reinstall-server

Previous/delete-serverNext/add-extra-ip

Last updated 7 days ago

Reinstall a VM

POST

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 ()

Response

{
    "result": true,
    "message": "Server reinstallation initiated successfully.",
    "password": "3ae02aed3c891e63"
}
{
  "error": "Invalid request"
}
🌐
http://console.cloudblast.io/api/public/reinstall-server
List Here