# Project の名前を変更

Roboflow Workspace 内の既存の Project 名は変更できます。

{% hint style="danger" %}
Project の名前を変更すると、Project URL も変わります。つまり、Project model APIs を呼び出しているスクリプトを、新しい Project ID を使用するように更新する必要があります。
{% endhint %}

Project の名前を変更するには、Roboflow で Project を開きます。次に、アプリケーションのサイドバーで Project 名の横にある三点リーダーをクリックします:

<figure><img src="/files/426fb6648668a630226aec3b8e7a722eefaec1b7" alt=""><figcaption></figcaption></figure>

「Rename Project」をクリックします。Project の名前を変更できるウィンドウが表示されます:

<figure><img src="/files/8d3dc71d1f0862827f33c87e4f3326d3156f5816" alt=""><figcaption></figcaption></figure>

「Rename Project」をクリックして、Project の名前を変更します。この操作は元に戻せません。

Project 名はすぐに変更されます。古い project ID を参照しているスクリプトはすべて動作しなくなります。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-jp/datasets/rename-a-project.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
