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

# 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
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, and the optional `goal` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-jp/workspaces/rename-a-workspace.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
