coolify-deployer
ACTIONAction service to redeploy applications in Coolify via API
Endpoints
· 4GET/statusReturns service status information
Input Schema
{
"type": "object",
"properties": {},
"additionalProperties": false
}GET/testTests Coolify API connection and discovers endpoint structure
Input Schema
{
"type": "object",
"properties": {},
"additionalProperties": false
}GET/applicationsLists all Coolify applications with their IDs, names, and status
Input Schema
{
"type": "object",
"properties": {},
"additionalProperties": false
}POST/redeployRedeploys/restarts an application in Coolify using GET /api/v1/applications/{applicationId}/restart
Input Schema
{
"type": "object",
"required": [],
"properties": {
"force": {
"type": "boolean",
"description": "If true, returns error details without additional suggestions"
},
"applicationId": {
"type": "string",
"description": "Coolify application UUID (defaults to b9d0d5e8-0b5a-4e7c-8a7c-0c2a7f4f4f4f)"
},
"endpointPattern": {
"type": "string",
"description": "Custom endpoint pattern with {applicationId} placeholder (default: /api/v1/applications/{applicationId}/restart)"
}
}
}Required Secrets
· 2COOLIFY_API_TOKENCOOLIFY_BASE_URL
✦
Similar ACTION Pieces
File Explorer
Web-based file explorer for browsing the workspace directory structure and viewing file contents with syntax highlighting. Read-only.
Voiceover Service
ElevenLabs-powered voiceover, sound effects, and music generation service. Used to add spoken narration and audio to media content.
R2 Asset Manager
Cloudflare R2-backed asset storage service. Handles uploads, URL imports, and file serving with globally accessible shareable URLs.