validate_server
Verify server configuration and connectivity to troubleshoot setup issues and ensure proper deployment functionality.
Instructions
Validate a server's configuration and connectivity. Use this to verify server setup and troubleshoot connection issues.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
uuid | Yes | ID of the server to validate. Get this from list_servers. |
Input Schema (JSON Schema)
{
"properties": {
"uuid": {
"description": "ID of the server to validate. Get this from list_servers.",
"examples": [
"f8wcgww"
],
"type": "string"
}
},
"required": [
"uuid"
],
"type": "object"
}