---
title: "Update destination"
method: PATCH
path: "/destinations/{uuid}"
tags: ["Destinations"]
---

# Update destination

`PATCH /destinations/{uuid}`

Update a Docker network destination name. Network cannot be changed via the API.

## Path parameters

- `uuid` string, required

## Request body

- object
  - `name` string

## Response `200`

Destination updated.

- 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.
- `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/revisions/789e6ad3796c/schema)
