---
title: "Create destination"
method: POST
path: "/servers/{server_uuid}/destinations"
tags: ["Destinations"]
---

# Create destination

`POST /servers/{server_uuid}/destinations`

Create a Docker network destination on a server owned by the authenticated team.

## Path parameters

- `server_uuid` string, required

## Request body

- object
  - `name` string
  - `network` string, required
  - `type` 'standalone' | 'swarm'

## Response `201`

Destination created.

- Destination — A Docker network destination attached to a server.
  - `uuid` string
  - `name` string
  - `network` string
  - `type` 'standalone' | 'swarm'
  - `server_uuid` string
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `401` — Unauthenticated.
- `404` — Resource not found.
- `409` — A destination with this network already exists.
- `422` — Validation error.

---

[API](https://skmtc.net/coollabsio/apis/coolify.md) · [All operations](https://skmtc.net/coollabsio/apis/coolify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coollabsio/coolify/versions/08be5dc8e729/schema)
