Openpieces logoopenpieces
Back to marketplace

coolify-deployer

ACTION

Action service to redeploy applications in Coolify via API

Sydney0 installs0 starsPublished 5/3/2026 · 28d ago

Endpoints

· 4
GET/status

Input Schema

{
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
GET/test

Input Schema

{
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
GET/applications

Input Schema

{
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
POST/redeploy

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

· 2
COOLIFY_API_TOKENCOOLIFY_BASE_URL

Similar ACTION Pieces