---
title: "Rename a standalone shell terminal tab"
method: PATCH
path: "/api/v1/shell-terminals/{handleId}"
tags: ["shellTerminals"]
---

# Rename a standalone shell terminal tab

`PATCH /api/v1/shell-terminals/{handleId}`

## Path parameters

- `handleId` string, required — Shell terminal runtime handle identifier.

## Request body

- UpdateShellTerminalRequest
  - `title` string, required — New tab title for the shell terminal. Trimmed; must be non-empty.

## Response `200`

OK

- ShellTerminalEnvelope
  - `shellTerminal` ShellTerminalResponse, required
    - `createdAt` string, date-time, required
    - `handleId` string, required
    - `projectId` string
    - `sessionId` string
    - `title` string, required
    - `workingDir` 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/6ffec0ec12f0/schema)
