# Workspace का नाम बदलें

आप अपने Workspace Settings से एक Workspace का नाम बदल सकते हैं।

{% hint style="warning" %}
अपने Workspace का नाम बदलने से आपका Workspace URL बदल जाएगा। इसका मतलब है कि आपको अपने API या Inference scripts में सभी Workflow endpoints या Workspace references अपडेट करने होंगे.\
\
यदि आप किसी Workspace का नाम बदलते हैं, तो भविष्य में आपका कोई भी script जो आपके पुराने Workspace URL का उपयोग करके किसी Workflow को कॉल करता है, वह काम नहीं करेगा। आपको अपने scripts को अपने नए Workspace ID का उपयोग करने के लिए अपडेट करना होगा।
{% endhint %}

Workspace का नाम बदलने के लिए, Roboflow sidebar में Settings पर क्लिक करें, फिर "Plan & Billing" पर क्लिक करें:

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

फिर, पेज के ऊपर दाईं ओर स्थित "Rename Workspace" button पर क्लिक करें:

<figure><img src="/files/37fe85129bc10b274b48f7d05edc7b7c73120aba" alt=""><figcaption></figcaption></figure>

इसके बाद, आप अपने Workspace के लिए एक नया नाम सेट कर सकते हैं:

<figure><img src="/files/21e85d096cbbee783bbe780c0615b81d02d2a240" alt=""><figcaption></figcaption></figure>

जब आप "Rename Workspace" पर क्लिक करते हैं, तो आपका Workspace तुरंत rename हो जाएगा। यह action अपरिवर्तनीय है।


---

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