hostinger-api-mcp

Official

VPS_recreateVirtualMachineV1

Recreate virtual machines by reinstalling the OS and resetting to initial state, deleting snapshots and all stored data. Requires a secure password meeting specified criteria.

Instructions

This endpoint will recreate a virtual machine from scratch. The recreation process involves reinstalling the operating system and resetting the virtual machine to its initial state. Snapshots, if there are any, will be deleted.

Password Requirements

Password will be checked against leaked password databases. Requirements for the password are:

  • At least 8 characters long
  • At least one uppercase letter
  • At least one lowercase letter
  • At least one number
  • Is not leaked publicly

This operation is irreversible and will result in the loss of all data stored on the virtual machine!

Input Schema

NameRequiredDescriptionDefault
passwordNoPassword for the virtual machine. If not provided, random password will be generated. Password will not be shown in the response.
post_install_script_idNoPost-install script ID
template_idYesTemplate ID
virtualMachineIdYesVirtual Machine ID

Input Schema (JSON Schema)

{ "properties": { "password": { "description": "Password for the virtual machine. If not provided, random password will be generated. Password will not be shown in the response.", "type": "string" }, "post_install_script_id": { "description": "Post-install script ID", "type": "integer" }, "template_id": { "description": "Template ID", "type": "integer" }, "virtualMachineId": { "description": "Virtual Machine ID", "type": "integer" } }, "required": [ "virtualMachineId", "template_id" ], "type": "object" }

You must be authenticated.

Other Tools from hostinger-api-mcp

Related Tools

ID: wckq3bznm6