---
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.

---

[API](https://skmtc.net/coollabsio/apis/coolify.md) · [All operations](https://skmtc.net/coollabsio/apis/coolify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coollabsio/coolify/versions/08be5dc8e729/schema)
