Skip to content

Endpoints

This is just a temporary place for endpoints. We will have a better documentation soon for API endpoints.

WARNING

As API is still under heavy development, endpoints could change without notice. We are still looking into the best option for API versioning, structure, etc.

Deploy Webhook

TIP

The URL for each resource could be found on the Webhooks menu on the resource page.

GET <instanceUrl>/api/v1/deploy?uuid=<resourceUuid>&force=false

Example: https://app.coolify.io/api/v1/deploy?uuid=hg04w48

bash
curl -H "Authorization: Bearer 4|bBx6dwcuY4IL05SxDvUjfFs547vOgZOJTx3Fp95rd76ff2dc" https://app.coolify.io/api/v1/deploy?uuid=hg04w48
curl -H "Authorization: Bearer 4|bBx6dwcuY4IL05SxDvUjfFs547vOgZOJTx3Fp95rd76ff2dc" https://app.coolify.io/api/v1/deploy?uuid=hg04w48

Query Parameters

  • uuid: Could be found in the URL of the resource page.
  • force: If set to true, the deployment won't use cache. Default is false.