VPS_getTemplateDetailsV1
Fetch detailed specifications of a virtual machine OS template using its ID to ensure informed decisions before deployment on Hostinger’s infrastructure.
Instructions
Retrieve detailed information about a specific OS template for virtual machines.
Use this endpoint to view specific template specifications before deployment.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| templateId | Yes | Template ID |
Implementation Reference
- types.d.ts:1751-1764 (schema)Schema definition including description, input parameters (templateId: number), and response type for the VPS_getTemplateDetailsV1 tool./** * Retrieve detailed information about a specific OS template for virtual machines. Use this endpoint to view specific template specifications before deployment. */ "VPS_getTemplateDetailsV1": { params: { /** * Template ID */ templateId: number; }; response: any; // Response structure will depend on the API };