Skip to main content
Glama

Coolify MCP Server

by StuMason

restart-application

Restart a specific application on the Coolify MCP Server by its UUID to apply configuration changes, stopping and starting it for immediate effect.

Instructions

Restart a specific application using its UUID. This stops and then starts the application, applying any configuration changes.

Input Schema

NameRequiredDescriptionDefault
uuidYesResource UUID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "uuid": { "description": "Resource UUID", "type": "string" } }, "required": [ "uuid" ], "type": "object" }

You must be authenticated.

Other Tools from Coolify MCP Server

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

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