cURL
curl --request GET \ --url https://app.coolify.io/api/v1/servers/{uuid}/validate \ --header 'Authorization: Bearer <token>'
{ "message": "Validation started." }
Validate server by UUID.
Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.
Keys & Tokens
API tokens
Server UUID
Server validation started.
The response is of type object.
object