dokploy_domain_update
dokploy_domain_updateUpdate domain configuration in Dokploy by modifying host, path, port, HTTPS settings, and certificate type for deployed applications.
Instructions
[domain] domain.update (POST)
Parameters:
host (string, required)
path (any, optional)
port (any, optional)
https (boolean, optional)
certificateType (enum: letsencrypt, none, custom, optional)
customCertResolver (any, optional)
serviceName (any, optional)
domainType (any, optional)
internalPath (any, optional)
stripPath (boolean, optional)
domainId (string, required)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| path | No | ||
| port | No | ||
| https | No | ||
| certificateType | No | ||
| customCertResolver | No | ||
| serviceName | No | ||
| domainType | No | ||
| internalPath | No | ||
| stripPath | No | ||
| domainId | Yes |