Skip to main content
Glama

hostinger-api-mcp

Official

VPS_updatePostInstallScriptV1

Modify an existing post-install script for a VPS by updating its ID, name, and content through the Hostinger MCP server, enabling precise automation adjustments.

Instructions

Update a specific post-install script.

Use this endpoint to modify existing automation scripts.

Input Schema

NameRequiredDescriptionDefault
contentYesContent of the script
nameYesName of the script
postInstallScriptIdYesPost-install script ID

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Content of the script", "type": "string" }, "name": { "description": "Name of the script", "type": "string" }, "postInstallScriptId": { "description": "Post-install script ID", "type": "integer" } }, "required": [ "postInstallScriptId", "name", "content" ], "type": "object" }

Other Tools from hostinger-api-mcp

Related Tools

    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