GET
/
servers
/
{uuid}
/
validate
curl --request GET \
  --url https://app.coolify.io/api/v1/servers/{uuid}/validate \
  --header 'Authorization: Bearer <token>'
{
  "message": "Validation started."
}

Authorizations

Authorization
string
header
required

Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.

Path Parameters

uuid
string
required

Server UUID

Response

201
application/json

Server validation started.

The response is of type object.