Skip to main content
Glama

restart_application

Restart an application to apply configuration changes or recover from issues by stopping and starting it using its UUID.

Instructions

Restart an application by stopping and starting it again. Useful for applying configuration changes or recovering from issues.

Input Schema

NameRequiredDescriptionDefault
uuidYesUUID of the application to restart. Get this from list_applications.

Input Schema (JSON Schema)

{ "properties": { "uuid": { "description": "UUID of the application to restart. Get this from list_applications.", "pattern": "^[a-zA-Z0-9]+$", "type": "string" } }, "required": [ "uuid" ], "type": "object" }

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

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