Hmm… The difficulty here is that almost no one on the user side, myself included, of course, seems to know either a generally applicable answer or even enough reliable clues to derive one, and the information available online is uncertain overall. That makes this difficult to answer. Plus, since the email address you already sent is the official support channel, I wasn’t sure if the user needed to provide any additional information… More specifically, this is what I could find:
Best non-staff answer
This is an organization username / namespace rename, not a personal-account username change and not merely a change to the organization’s display name.
There are several public clues that organization namespace renaming is—or at least has been—supported:
- In a 2023 forum case, an HF staff member explicitly directed the user to
Account > Org username, rather than Profile > Organization name. The user reported that this solved the problem.
- In a December 2024 naming-conflict case, HF staff told the user that they could update the username for their organization.
- The current Audit Logs documentation lists
org.rename separately from org.settings.profile, suggesting that a namespace rename and a profile update remain distinct operations in the current system.
So the relevant place for an administrator of DZER-Studios appears to be:
Organization settings → Account → Organization Username
I can personally confirm that the Organization Username field still appears in the current UI and that its description identifies it as the value used in the organization URL and as the namespace for Models, Datasets, and Spaces.
However, I was viewing an organization where I am not an admin, so the field was read-only for me. That confirms only that the field still exists. It does not establish whether an admin can currently edit it, whether every organization is eligible, or whether staff involvement is required in some cases.
The practical situation therefore divides into four branches:
| What an organization admin sees |
Practical interpretation |
| The field is editable |
Self-service namespace renaming is probably available for that organization. The confirmation text or warning shown before saving would be the most current source of information. |
| The field exists but is read-only |
The operation may depend on permissions, organization state, prior renames, existing resources, plan, or staff intervention. An ordinary forum user cannot determine which condition applies. |
| The field is absent |
The UI may differ by permission or organization state, or the interface may have changed. Its absence alone would not prove that renaming is unsupported. |
Vexion-LM is rejected |
The namespace may be occupied, reserved, retained as an alias, normalized differently, or rejected by another validation rule. The actual error message or HF staff would be needed to identify the reason. |
website@huggingface.co also appears to be a plausible public route for account and organization-administration issues. I could not find a published response-time guarantee or a page identifying it as a dedicated organization-rename queue, so I would not conclude either that the address was wrong or that the lack of a reply means renaming is unsupported.
Since “Issue resolved” was later clarified to mean that the rename was no longer important enough to pursue—not that the organization was successfully renamed—the technical question remains unresolved for future readers.
Terminology: display name, organization username, and repository name
These are separate layers:
| Item |
What it changes |
| Organization display name |
The human-readable name shown on the organization profile. |
| Organization username / namespace |
The identifier used in URLs and repo IDs, such as DZER-Studios/model-name. |
| Individual repository name |
The final portion of one Model, Dataset, or Space ID. |
| Personal username |
The namespace belonging to an individual account. Personal username limits should not automatically be assumed to apply to organizations. |
For this request, the intended operation is approximately:
DZER-Studios/*
↓
Vexion-LM/*
Changing only Profile → Organization name may change the visible profile name without changing identifiers such as:
DZER-Studios/model-name
DZER-Studios/dataset-name
DZER-Studios/space-name
The 2023 Graphext case is the clearest public example.
The user had changed the visible organization name, but newly created repository paths still used the original organization username. HF staff explained that the relevant setting was:
Account > Org username
rather than:
Profile > Organization name
The current Audit Logs documentation also distinguishes:
org.rename
org.settings.profile
This suggests that a namespace rename is treated as a separate system operation rather than as an ordinary profile edit.
It still does not tell us:
- which roles can invoke it;
- whether it is available on every plan;
- whether every organization is eligible;
- whether an organization can be renamed more than once;
- whether staff actions and user actions generate the same event.
What the public evidence actually shows
Evidence summary
2021: a successful staff-assisted organization migration
In the historical 2021 case, HF staff explained that the organization already had models, so the migration required moving them in the storage backend.
The staff member also warned that, at that time:
- changing the organization namespace would rename the models under it;
- the relevant Git remote URLs would need to be updated;
- there was no redirect mechanism for that particular migration path.
The migration was subsequently performed, and the organization user reported that everything appeared to work and that external links had been updated.
This is strong evidence that a full organization migration has been completed successfully before.
It is not reliable evidence about the redirect behavior in 2026. The Hub, its storage implementation, and its client libraries have changed substantially since 2021.
2023: the strongest GUI evidence
The 2023 case is unusually direct:
- The user changed the organization’s visible name.
- Repository paths continued to use the original namespace.
- HF staff told the user to change Account → Org username.
- The user reported that this was the missing step.
The main limitation is that the case concerned capitalization:
Graphext
→
graphext
A change from:
DZER-Studios
→
Vexion-LM
is a more substantial namespace change and may be subject to different validation or migration rules.
2024: newer, but incomplete
The 2024 case involved a personal account occupying a name wanted by an organization.
After HF staff changed the personal-account side, the staff response said that the user could update the organization username.
This supports the existence of a user-side update mechanism in late 2024, but the thread does not show:
- the exact interface used;
- the organization’s prior resource state;
- any warning shown by the UI;
- confirmation that the organization rename was completed.
What remains unknown
I could not find current public documentation that establishes:
- whether every organization admin can self-rename an organization;
- whether the operation is available on all plans;
- whether it can be performed more than once;
- whether empty and non-empty organizations are treated differently;
- whether a capitalization-only change and a completely different namespace follow the same rules;
- whether the old namespace is retained as a redirect alias;
- how long any alias remains valid;
- whether all Models, Datasets, Spaces, Collections, and other resources migrate automatically;
- whether every SDK and integration continues to accept old repo IDs.
Most of these are not realistically verifiable by an ordinary non-admin user. The safest treatment is simply to state that they are unknown rather than fill the gaps with assumptions.
Why the current documentation does not fully answer the question
The current Managing organizations documentation mentions the Account tab, but its public explanation focuses on setting an organization email domain.
It does not document:
- the Organization Username field;
- a namespace-renaming procedure;
- the required role;
- any rename limit;
- any plan restriction;
- handling of existing repositories;
- redirect behavior;
- metadata preservation.
The organization access-control documentation says:
read provides read-only access to organization repositories and metadata/settings;
write allows a member to create, delete, or rename individual repositories in the organization namespace;
admin additionally allows profile updates, API-token rotation, and member management.
The important distinction is that the documented write permission concerns renaming repositories inside the namespace. It does not say that the member may rename the namespace itself.
Similarly, “update the organization profile” should not automatically be interpreted as “change the organization username,” especially because the audit-log event model distinguishes org.rename from org.settings.profile.
So there is a genuine documentation gap here.
Existing repositories make migration behavior a separate question
Whether the namespace can be changed and what happens after it changes are separate issues.
For an individual repository, the current Repository Settings documentation explicitly states that renaming or transferring the repo:
- redirects the old URL to the new location;
- preserves download counts;
- preserves likes.
However, I could not find an equivalent current guarantee for changing an entire organization namespace.
The June 2026 forum question about organization rename redirects asks almost exactly the missing questions:
- Do existing Model, Dataset, and Space URLs redirect?
- Do old repo IDs continue to work?
- Are there known breaking changes or limitations?
At the time of writing, it has no official answer.
Therefore, the documented guarantees for one repository should not automatically be generalized to:
old-org/*
→
new-org/*
Why browser, Git, API, and SDK behavior should be checked separately
A historical example shows why “the old web page redirects” is not necessarily sufficient.
A 2022 Transformers issue involving KB/... and KBLab/... recorded the following behavior with the versions tested at the time:
| Access method |
Old identifier worked? |
| Opening the old URL in a browser |
Yes; it redirected |
git clone |
Yes |
huggingface_hub.model_info(...) |
Yes |
AutoModel.from_pretrained(...) |
No |
A related huggingface_hub issue identified a problem in redirect handling within hf_hub_download, and a corresponding fix was merged in August 2022.
This should not be read as evidence that current clients are broken, or even that this was exactly the same type of organization-wide rename.
The reusable lesson is narrower:
A working browser redirect does not prove that Git, the Hub API, huggingface_hub, Transformers, Datasets, Spaces, and external integrations all behave identically.
Practical paths
Path A — the admin field is editable
This is the strongest indication that self-service renaming is available for the organization.
Before saving, the important source is the current confirmation text or warning shown by the UI. It may contain information not available in public documentation, such as:
- whether the operation is irreversible;
- whether the namespace can be changed only once;
- whether existing repos are migrated;
- whether old links redirect;
- whether any resources require staff handling.
If the UI gives no migration details, the rename may still be technically available while the compatibility policy remains unclear.
Path B — the field is read-only even for an admin
This is probably beyond what another ordinary forum user can diagnose.
Possible categories include:
- insufficient permissions;
- organization-specific state;
- a prior rename;
- unsupported attached resources;
- plan-specific behavior;
- a support-only migration path.
The disabled field alone cannot identify which category applies.
In that branch, an HF staff response or a reply from website@huggingface.co would be the relevant source of truth.
Path C — Vexion-LM is rejected
This does not necessarily mean that a visible active account currently owns the name.
Possible categories include:
- an existing user or organization;
- a reserved namespace;
- a deleted namespace retained internally;
- an old redirect alias;
- casing or normalization rules;
- another internal validation rule.
The specific error message would be more informative than public search results.
Path D — the rename is no longer needed
Then there is no operational reason to continue pursuing it.
However, the thread remains useful for future readers because “Issue resolved” should not be interpreted as evidence that:
- HF completed the rename;
- the email route worked;
- the GUI route worked;
- a particular redirect behavior was confirmed.
Resource types that may need special attention
The following are not proven blockers. They are resource types or states worth inventorying before a namespace migration.
DOI-locked Models or Datasets
The official DOI documentation says that repositories locked by a DOI cannot normally be renamed, deleted, or have their visibility changed without support involvement.
It does not document how those repositories behave during a whole-organization rename.
This is one concrete example showing why an organization-wide migration may require more than an ordinary profile update.
Spaces
For a single Space transfer, HF staff previously confirmed in a successful Space-move case that likes and the hardware grant should remain.
That case concerned one Space, not a full organization namespace rename.
The Space embedding documentation also notes that a Space’s direct URL changes when the Space is moved or renamed.
These are separate identifiers:
https://huggingface.co/spaces/old-org/space-name
https://old-org-space-name.hf.space
A redirect on the Hub page does not necessarily establish the behavior of the direct *.hf.space address.
Additional organization-bound resources
Depending on the organization, the inventory may also include:
- Models;
- Datasets;
- Spaces;
- Collections;
- gated repositories and access requests;
- Webhooks;
- Space secrets and variables containing repo IDs;
- persistent Space storage;
- custom Space domains;
- Inference Endpoints;
- Jobs and scheduled Jobs;
- Storage Buckets;
- Resource Groups;
- automation tokens;
- CI/CD systems;
- OAuth or SSO integrations;
- external notebooks, websites, papers, and documentation.
I could not find public documentation describing how all of these behave during a full organization namespace rename.
They should be treated as verification targets, not as known blockers.
Minimal verification plan if a rename is eventually performed
The new namespace should become the canonical reference.
Even if old identifiers redirect, it would be safer to update hardcoded repo IDs and Git remotes rather than depend indefinitely on undocumented compatibility behavior.
Basic verification matrix
| Layer |
Old form |
New form |
What to observe |
| Organization page |
old organization URL |
new organization URL |
Redirect and canonical URL |
| Model page |
DZER-Studios/model-name |
Vexion-LM/model-name |
Files, metadata, discussions |
| Dataset page |
DZER-Studios/dataset-name |
Vexion-LM/dataset-name |
Page and loading behavior |
| Space page |
DZER-Studios/space-name |
Vexion-LM/space-name |
Hub page and runtime |
| Git |
old remote |
new remote |
Clone, fetch, pull, push |
| Hub API |
old repo ID |
new repo ID |
Returned canonical ID |
| Transformers |
old model ID |
new model ID |
Config and model resolution |
| Datasets |
old dataset ID |
new dataset ID |
Dataset resolution |
| Direct Space URL |
old *.hf.space |
new *.hf.space |
Reachability or redirect |
| External references |
hardcoded old IDs |
updated new IDs |
Stale links and configuration |
Metadata and state worth checking
- likes;
- download counts;
- discussions and pull requests;
- commits, branches, and tags;
- private or gated access settings;
- Space hardware;
- persistent storage;
- Webhooks;
- Collections;
- repository secrets and variables;
- Inference Endpoints;
- external links and citations.
Example Git checks
git ls-remote https://huggingface.co/DZER-Studios/<repo>
git ls-remote https://huggingface.co/Vexion-LM/<repo>
Example Model checks
from huggingface_hub import HfApi, hf_hub_download, snapshot_download
from transformers import AutoConfig
api = HfApi()
for repo_id in [
"DZER-Studios/<model>",
"Vexion-LM/<model>",
]:
print(f"\n== {repo_id} ==")
try:
info = api.model_info(repo_id)
print("model_info:", info.id)
except Exception as exc:
print("model_info failed:", type(exc).__name__, exc)
try:
path = hf_hub_download(
repo_id=repo_id,
filename="config.json",
)
print("hf_hub_download:", path)
except Exception as exc:
print("hf_hub_download failed:", type(exc).__name__, exc)
try:
path = snapshot_download(
repo_id=repo_id,
allow_patterns=["config.json"],
)
print("snapshot_download:", path)
except Exception as exc:
print("snapshot_download failed:", type(exc).__name__, exc)
try:
config = AutoConfig.from_pretrained(repo_id)
print("AutoConfig:", config.model_type)
except Exception as exc:
print("AutoConfig failed:", type(exc).__name__, exc)
Example Dataset checks
from datasets import load_dataset_builder
for dataset_id in [
"DZER-Studios/<dataset>",
"Vexion-LM/<dataset>",
]:
print(f"\n== {dataset_id} ==")
try:
builder = load_dataset_builder(dataset_id)
print("builder:", builder.info.builder_name)
except Exception as exc:
print("load_dataset_builder failed:", type(exc).__name__, exc)
These checks do not prove every kind of compatibility. Their purpose is to avoid treating one successful browser redirect as proof that all clients and integrations remain compatible.
Support route and information that may help
The official Repository Settings documentation directs users to website@huggingface.co for repository-transfer cases that cannot be completed through the documented UI.
The same address has also been used in public forum discussions involving account and organization naming or ownership issues.
That makes the address plausible, but I could not find:
- a published response-time guarantee;
- a public ticket-status interface;
- a dedicated organization-rename support page;
- confirmation that every free-plan request receives a response.
A follow-up is likely easier to route if it clearly says organization username / namespace, rather than only “organization name” or “username.”
For example:
Hello,
I am an administrator of this Hugging Face organization:
https://huggingface.co/DZER-Studios
I would like to rename the organization username / namespace from:
DZER-Studios
to:
Vexion-LM
I originally contacted website@huggingface.co on June 15, 2026.
In Organization settings → Account, the Organization Username field is:
[editable / read-only / absent / producing this validation error]
Could you please confirm:
1. Whether this organization namespace rename is currently supported.
2. Whether it can be completed by an organization admin through the UI.
3. Whether existing Model, Dataset, and Space URLs will redirect.
4. Whether old repo IDs will remain usable with Git, huggingface_hub,
Transformers, and Datasets.
5. Whether likes, download counts, discussions, pull requests, commits,
Space configuration, and other repository metadata will be preserved.
6. Whether any existing resources require special handling.
Thank you.
A screenshot of the relevant Account setting may also help, provided that private email, billing, token, membership, and security information is removed.
Bottom line
My best non-staff interpretation is:
- Organization namespace renaming is a real operation and has been performed before.
- A user-facing
Account > Org username route existed in at least one documented 2023 case.
- HF staff still described an organization username as user-updatable in a 2024 case.
- The Organization Username field still exists in the current UI, although I cannot observe its admin behavior.
- The current Hub event model still recognizes
org.rename separately from profile-setting changes.
- What remains undocumented is the current general policy and the migration guarantee for a whole organization.
Therefore, I would not say that organization renaming is unsupported.
I would also not promise that:
- every admin can currently perform it;
- every organization is eligible;
- the operation can be repeated;
- all old URLs and repo IDs will continue working;
- every attached resource will migrate automatically.
The most useful dividing line is the admin view of:
Organization settings → Account → Organization Username
If it is editable, the current UI warning is likely the best available evidence.
If it is read-only even for an admin, the answer is probably internal to HF’s permissions or organization state, and ordinary forum users cannot reliably determine it.
References
Directly relevant organization-rename cases
Current official documentation
Historical redirect and client-compatibility context