# Rename Prompt

> Rename an existing prompt

`POST https://api.helicone.ai/v1/prompt-2025/id/{promptId}/rename`

Updates the name of an existing prompt.

### Path Parameters

<ParamField path="promptId" type="string" required>
  The unique identifier of the prompt to rename
</ParamField>

### Request Body

<ParamField body="name" type="string" required>
  The new name for the prompt
</ParamField>

### Response

Returns `null` on successful rename.
