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

# Validate

`POST /servers/{uuid}/validate`

Validate server by UUID.

## Path parameters

- `uuid` string, required

## Request body

- object
  - `install` boolean — Install missing prerequisites and Docker. This can restart the Docker daemon.

## Response `201`

Server validation started.

- object
  - `message` string

## Other responses

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

## Changes

> 55 revisions in range; 6 could not be searched.

- **2026-07-19** `16dc4d4d2f00` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/coollabsio/apis/coolify/changes/servers/:uuid/validate/post.md)

---

[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/789e6ad3796c/schema)
