Skip to main content
Glama

hostinger-api-mcp

Official

VPS_deleteProjectV1

Permanently deletes a Docker Compose project from a virtual machine, stopping containers and removing associated resources like networks, volumes, and images to free up system space.

Instructions

Completely removes a Docker Compose project from the virtual machine, stopping all containers and cleaning up associated resources including networks, volumes, and images.

This operation is irreversible and will delete all project data.

Use this when you want to permanently remove a project and free up system resources.

Input Schema

NameRequiredDescriptionDefault
projectNameYesDocker Compose project name using alphanumeric characters, dashes, and underscores only
virtualMachineIdYesVirtual Machine ID

Input Schema (JSON Schema)

{ "properties": { "projectName": { "description": "Docker Compose project name using alphanumeric characters, dashes, and underscores only", "type": "string" }, "virtualMachineId": { "description": "Virtual Machine ID", "type": "integer" } }, "required": [ "virtualMachineId", "projectName" ], "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