coolify_validate_server
Verify server connectivity in Coolify infrastructure by checking connection status using the server UUID.
Instructions
Validate server connection
Input Schema
Name | Required | Description | Default |
---|---|---|---|
uuid | Yes | Server UUID |
Input Schema (JSON Schema)
{
"properties": {
"uuid": {
"description": "Server UUID",
"type": "string"
}
},
"required": [
"uuid"
],
"type": "object"
}