---
title: "Validate"
method: GET
path: "/servers/{uuid}/validate"
tags: ["Servers"]
---

# Validate

`GET /servers/{uuid}/validate`

Validate server by UUID.

## Path parameters

- `uuid` string, required

## Response `201`

Server validation started.

- object
  - `message` string

## Other responses

- `400` — Invalid token.
- `401` — Unauthenticated.
- `404` — Resource not found.
- `422` — Validation error.

---

[API](https://skmtc.dev/coollabsio/apis/coolify.md) · [All operations](https://skmtc.dev/coollabsio/apis/coolify/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coollabsio/coolify/revisions/ccd37e78d00a/schema)
