> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-jp/datasets/rename-a-project.md).

# Project の名前を変更

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

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

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

<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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.
