VPS_getDataCenterListV1
Fetch a list of available data centers for VPS deployment. Use this tool to explore location options before launching VPS instances on the Hostinger API MCP server.
Instructions
Retrieve all available data centers.
Use this endpoint to view location options before deploying VPS instances.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- types.d.ts:1144-1152 (schema)TypeScript interface definition for the input/output schema of the VPS_getDataCenterListV1 tool. It defines no input parameters and any response type.Use this endpoint to view location options before deploying VPS instances. */ "VPS_getDataCenterListV1": { params: { }; response: any; // Response structure will depend on the API };