Servers

Validate

Validate server by UUID.

post/servers/{uuid}/validate

Path parameters

uuidstring required

Server UUID

Request body

installboolean

Install missing prerequisites and Docker. This can restart the Docker daemon.

Response

Server validation started.

messagestring

Example response

{
  "message": "Validation started."
}