---
title: "Rename a conversation"
method: PATCH
path: "/api/conversations/{id}"
tags: ["Conversations"]
---

# Rename a conversation

`PATCH /api/conversations/{id}`

Updates the title of an existing conversation.

## Request body

- RenameConversationRequest — Request to rename a conversation.
  - `title` string, required — The new title for the conversation.

## Response `200`

Conversation renamed successfully.

- SuccessResponse — A generic success response.
  - `success` boolean, required — Whether the operation succeeded.

## Other responses

- `401` — Missing or invalid authentication token.
- `403` — Insufficient permissions.

---

[API](https://skmtc.dev/pgedge/apis/pgedge-postgres-mcp-server-api.md) · [All operations](https://skmtc.dev/pgedge/apis/pgedge-postgres-mcp-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pgedge/pgedge-postgres-mcp-server-api/revisions/6084bab46b1e/schema)
