Skip to main content
Glama
hostinger

hostinger-api-mcp

Official

VPS_stopProjectV1

Gracefully stop all services in a Docker Compose project by shutting down containers in reverse dependency order. Preserve container configurations and data volumes for temporary halts without loss.

Instructions

Stops all running services in a Docker Compose project while preserving container configurations and data volumes.

This operation gracefully shuts down containers in reverse dependency order.

Use this to temporarily halt a project without removing data or configurations.

Input Schema

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

Implementation Reference

  • Schema definition for the 'VPS_stopProjectV1' tool, describing its purpose to stop Docker Compose project services on a VPS, with input parameters virtualMachineId (number) and projectName (string), and generic response.
       * Stops all running services in a Docker Compose project while preserving container configurations and data volumes. 
    
    This operation gracefully shuts down containers in reverse dependency order. 
    
    Use this to temporarily halt a project without removing data or configurations.
       */
      "VPS_stopProjectV1": {
        params: {
          /**
           * Virtual Machine ID
           */
          virtualMachineId: number;
          /**
           * Docker Compose project name using alphanumeric characters, dashes, and underscores only
           */
          projectName: string;
        };
        response: any; // Response structure will depend on the API
      };
Install Server

Other Tools

Related Tools

Latest Blog Posts

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