Update Coolify Service
coolify_update_serviceUpdate a Coolify service's configuration: name, description, docker-compose, domains, or reveal secrets. Target the prod or dev instance explicitly to prevent accidental writes.
Instructions
Update a service's configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name | |
| uuid | Yes | The UUID of the resource | |
| reveal | No | Reveal redacted secret values in the response (default false; the call is audited) | |
| domains | No | New FQDN | |
| instance | Yes | REQUIRED — which Coolify instance to mutate: 'prod' (Hetzner VPS) or 'dev' (local OrbStack VM). No default: state the target explicitly so a write never lands on prod by accident. | |
| description | No | New description | |
| docker_compose_raw | No | Updated docker-compose.yml content |