Skip to main content
Glama

start_application

Start a deployed application in Coolify by providing its UUID to activate the service and make it accessible.

Instructions

Start an application

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uuidYesApplication UUID

Implementation Reference

  • Handler implementation for the 'start_application' tool. Validates the 'uuid' parameter and sends a GET request to the Coolify API endpoint `/applications/{uuid}/start` to start the specified application.
    case 'start_application': requireParam(args, 'uuid'); return client.get(`/applications/${args.uuid}/start`);
  • Schema definition for the 'start_application' tool, including name, description, and input schema requiring the 'uuid' of the application.
    name: 'start_application', description: 'Start an application', inputSchema: { type: 'object', properties: { uuid: { type: 'string', description: 'Application UUID' } }, required: ['uuid'] } },

Other 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/kof70/coolify-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server