Domain transfert from a deleted project to a new one

  • My domain www. ##############.com is stuck on a deleted project (toma-boel.vercel.app)

  • I cannot add it to my current project because it shows as “already in use”

  • I need it manually removed from the deleted project

@mlab33972-6605, welcome to the Vercel Community :waving_hand:

I recommend you trying this out with Vercel CLI.

First, list all aliases to confirm the domain is there

vercel alias ls

Then remove the domain alias

vercel alias rm www.##############.com

Finally, add it to your new project

vercel alias set <your-new-deployment-url> www.##############.com

Let me know how you get on!