VPS_deletePostInstallScriptV1
Remove unused post-install scripts from your Hostinger account by providing the script ID, ensuring automation scripts are clean and up to date on the hosting infrastructure.
Instructions
Delete a post-install script from your account.
Use this endpoint to remove unused automation scripts.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| postInstallScriptId | Yes | Post-install script ID |
Implementation Reference
- types.d.ts:1632-1640 (schema)Schema definition for the VPS_deletePostInstallScriptV1 tool in the APITools interface. Defines the input parameter 'postInstallScriptId' as a number and response as any."VPS_deletePostInstallScriptV1": { params: { /** * Post-install script ID */ postInstallScriptId: number; }; response: any; // Response structure will depend on the API };