---
title: "Update Harbor"
method: PUT
path: "/api/harbors/{harbor_id}"
tags: ["Harbors"]
---

# Update Harbor

`PUT /api/harbors/{harbor_id}`

Updates a Harbor's name and description.

This operation does not change `backing_mode` or `backing_connection_id`.

## Path parameters

- `harbor_id` string, uuid, required — Unique identifier of the Harbor.

## Headers

- `X-Polytomic-Version` string

## Request body

- UpdateHarborRequest
  - `description` string — Short description of the Harbor. Maximum 1,000 characters.
  - `name` string, required — Human-readable Harbor name.

## Response `200`

OK

- HarborEnvelope
  - `data` HarborResponse
    - `backing_connection_id` string, uuid — Connection that provides the Harbor's queryable data store.
    - `backing_mode` string — How the Harbor's queryable data store is provided.
    - `created_at` string, date-time — When the Harbor was created.
    - `description` string — Short description of the Harbor.
    - `id` string, uuid — Unique identifier of the Harbor.
    - `mcp_server_url` string — MCP server URL for the Harbor.
    - `name` string — Human-readable Harbor name.
    - `organization_id` string, uuid — Organization that owns the Harbor.
    - `updated_at` string, date-time — When the Harbor was last updated.

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.net/polytomic/apis/polytomic-api.md) · [All operations](https://skmtc.net/polytomic/apis/polytomic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/polytomic/polytomic-api/revisions/00c653316d35/schema)
