# Project 이름 변경

Roboflow Workspace에서 기존 Project의 이름을 변경할 수 있습니다.

{% hint style="danger" %}
Project의 이름을 변경하면 Project URL이 변경됩니다. 즉, 새 Project ID를 사용하도록 Project model APIs를 호출하는 모든 스크립트를 업데이트해야 합니다.
{% endhint %}

Project의 이름을 변경하려면 Roboflow에서 Project를 엽니다. 그런 다음 애플리케이션 사이드바에서 Project 이름 옆의 점 세 개를 클릭하세요:

<figure><img src="/files/4bc3ae75ddc5a1aa4703765c55f7f405df8962f2" alt=""><figcaption></figcaption></figure>

"Rename Project"를 클릭합니다. 그러면 Project의 이름을 변경할 수 있는 창이 나타납니다:

<figure><img src="/files/7df39cb55839acc4f26107028c76dc5faab132d0" alt=""><figcaption></figcaption></figure>

Project의 이름을 변경하려면 "Rename 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-ko/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.
