get_server_domains
Retrieve configured domains for a Coolify server to manage traffic routing to applications and services using the server's unique identifier.
Instructions
Get a list of domains configured for a server. These domains are used for routing traffic to applications and services.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
uuid | Yes | ID of the server to get domains for. Get this from list_servers. |
Input Schema (JSON Schema)
{
"properties": {
"uuid": {
"description": "ID of the server to get domains for. Get this from list_servers.",
"examples": [
"f8wcgww"
],
"type": "string"
}
},
"required": [
"uuid"
],
"type": "object"
}