# Rename a Workspace

You can rename a Workspace from your Workspace Settings.

{% hint style="warning" %}
Renaming your Workspace will change your Workspace URL. This means that you will need to update all Workflow endpoints or Workspace references in your API or Inference scripts.\
\
If you rename a Workspace, any future script that calls a Workflow using your old Workspace URL will not work. You will need to update your scripts to use your new Workspace ID.
{% endhint %}

To rename a Workspace, click Settings in the Roboflow sidebar, then click "Plan & Billing":

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

Then, click the "Rename Workspace" button in the top right corner of the page:

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

You can then set a new name for your Workspace:

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

When you click "Rename Workspace", your Workspace will be immediately renamed. This action is irrevocable.


---

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