Skip to main content
Glama
hostinger

hostinger-api-mcp

Official

VPS_recreateVirtualMachineV1

Recreate a virtual machine with a fresh OS installation, resetting it to its initial state. This irreversible action deletes all data and snapshots.

Instructions

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 12 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!

Use this endpoint to completely rebuild VPS instances with fresh OS installation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
virtualMachineIdYesVirtual Machine ID
template_idYesTemplate ID
passwordNoRoot password for the virtual machine. If not provided, random password will be generated. Password will not be shown in the response.
panel_passwordNoPanel password for the panel-based OS template. If not provided, random password will be generated. If OS does not support panel_password this field will be ignored. Password will not be shown in the response.
post_install_script_idNoPost-install script to execute after virtual machine was recreated
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description explicitly states irreversibility, data loss, deletion of snapshots, password checking against leaked databases, and password requirements. No annotations provided, so description carries full burden and does so thoroughly.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with clear sections (main description, password requirements, warning). It is comprehensive but slightly verbose; could be tightened while retaining all critical information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema exists. The description explains the effect, side effects, and prerequisites well. However, it does not explicitly describe the response format or what happens after operation (e.g., async action details).

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with descriptions. The description adds value by detailing password requirements (leaked check, length, character classes) and notes that panel_password is ignored if unsupported, beyond what the schema provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool recreates a virtual machine from scratch, reinstalling the OS and resetting to initial state. It distinguishes from siblings like VPS_restartVirtualMachineV1 or VPS_restoreSnapshotV1 by specifying it's a destructive rebuild.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description says 'Use this endpoint to completely rebuild VPS instances with fresh OS installation.' It provides clear context for when to use, but does not explicitly mention alternatives or when not to use.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hostinger/api-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server