coolify_create_destination
Create a Docker network destination on a Coolify server by providing server UUID and network name, enforcing type match and production guards.
Instructions
Create a Docker network destination on a server. Subject to operation mode, allowlist, and production guard policies. Audit: coolify.destination.create.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Destination name (defaults to <server-name>-<network> if omitted) | |
| network | Yes | Docker network name (required by the Coolify API) | |
| server_uuid | Yes | Server UUID the destination will be attached to | |
| destination_type | No | Destination type — must match the server type (standalone or swarm) |