coolify_application_management
Deploy, manage, and monitor applications on Coolify MCP Server. Perform actions like start, stop, restart, or create applications, and retrieve status, details, or lists efficiently.
Instructions
Comprehensive application management: deploy, get info, list, check status, start/stop/restart, or create applications
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | Action to perform on applications | |
applicationId | No | Application ID (required for most actions except list/create) | |
branch | No | Git branch to deploy | |
build_pack | No | Build pack to use (for create action) | |
description | No | Application description (for create action) | |
force | No | Force deployment even if another is in progress | |
git_branch | No | Git branch (for create action) | |
git_repository | No | Git repository URL (for create action) | |
name | No | Application name (for create action) | |
serverId | No | Filter applications by server ID | |
status | No | Filter by application status |