# Workspace 이름 변경

Workspace Settings에서 Workspace의 이름을 변경할 수 있습니다.

{% hint style="warning" %}
Workspace의 이름을 변경하면 Workspace URL이 변경됩니다. 즉, API 또는 Inference scripts에서 모든 Workflow endpoint나 Workspace 참조를 업데이트해야 합니다.\
\
Workspace의 이름을 변경하면, 이전 Workspace URL을 사용하여 Workflow를 호출하는 향후 모든 script는 작동하지 않습니다. 새 Workspace ID를 사용하도록 scripts를 업데이트해야 합니다.
{% endhint %}

Workspace의 이름을 변경하려면 Roboflow sidebar에서 Settings를 클릭한 다음 "Plan & Billing"을 클릭하세요:

<figure><img src="/files/e4eb6ed134d9d82d0420a8156937e6bcb87781b2" alt=""><figcaption></figcaption></figure>

그런 다음 페이지 오른쪽 상단의 "Rename Workspace" 버튼을 클릭하세요:

<figure><img src="/files/2d1f95bba51091ffb2febdd7e4ea0db5ae6652b2" alt=""><figcaption></figcaption></figure>

그다음 Workspace의 새 이름을 설정할 수 있습니다:

<figure><img src="/files/0b4112a3e051e96073c8c0fec0df31cd67dc3703" alt=""><figcaption></figcaption></figure>

"Rename Workspace"를 클릭하면 Workspace 이름이 즉시 변경됩니다. 이 작업은 되돌릴 수 없습니다.


---

# 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/workspaces/rename-a-workspace.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.
