Skip to content

Healthcheck​

GET
/health

Healthcheck endpoint.

Responses​

Healthcheck endpoint.
application/json
JSON
"string"

Playground​

Samples​

Bruno
GET https://app.coolify.io/api/v1/health
cURL
curl https://app.coolify.io/api/v1/health
JavaScript
fetch('https://app.coolify.io/api/v1/health')
PHP
$ch = curl_init("https://app.coolify.io/api/v1/health");

curl_exec($ch);

curl_close($ch);
Python
requests.get("https://app.coolify.io/api/v1/health")
Powered by VitePress OpenAPI