# Workspace の名前を変更

Workspace Settings から Workspace の名前を変更できます。

{% hint style="warning" %}
Workspace の名前を変更すると、Workspace の URL も変更されます。つまり、API または Inference スクリプト内のすべての Workflow エンドポイントや Workspace 参照を更新する必要があります。\
\
Workspace の名前を変更すると、古い Workspace URL を使用して Workflow を呼び出す今後のスクリプトは動作しません。新しい Workspace ID を使用するように、スクリプトを更新する必要があります。
{% endhint %}

Workspace の名前を変更するには、Roboflow のサイドバーで Settings をクリックし、次に「Plan & Billing」をクリックします:

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

次に、ページ右上の「Rename Workspace」ボタンをクリックします:

<figure><img src="/files/9fe96ca8b642ea8d8e5a0d3e89831487177dec5d" alt=""><figcaption></figcaption></figure>

その後、Workspace の新しい名前を設定できます:

<figure><img src="/files/affb37ebc6867e0b7bca35cc130107994ad0b1da" 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-jp/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.
