create_domain
Add a domain to a service by providing project name, service name, and host. Configure container port and HTTPS to route traffic securely.
Instructions
Add a domain to a service
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Domain (e.g. app.example.com) | |
| port | No | Container port | |
| https | No | Enable HTTPS (default true) | |
| projectName | Yes | Project name | |
| serviceName | Yes | Service name |