---
title: "Rename a session display name"
method: PATCH
path: "/api/v1/sessions/{sessionId}"
tags: ["sessions"]
---

# Rename a session display name

`PATCH /api/v1/sessions/{sessionId}`

## Path parameters

- `sessionId` string, required — Session identifier, e.g. project-1.

## Request body

- RenameSessionRequest
  - `displayName` string, required

## Response `200`

OK

- RenameSessionResponse
  - `displayName` string, required
  - `ok` boolean, required
  - `sessionId` string, required

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error
- `501` — Not Implemented

---

[API](https://skmtc.net/composiohq/apis/agent-orchestrator-http-daemon.md) · [All operations](https://skmtc.net/composiohq/apis/agent-orchestrator-http-daemon/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/composiohq/agent-orchestrator-http-daemon/versions/0754881ee8f4/schema)
