Unable to remove orphaned deployments after deleting all Vercel projects

Hello Vercel Team,

I am experiencing an issue with my Vercel account. I deleted all of my Vercel projects because I wanted to start with a completely fresh environment. However, I still see many old deployments listed in my Deployments page.

I have already tried the following commands:

  • vercel projects ls – Returns "No projects found".
  • vercel list – Still displays old deployments.
  • vercel remove <deployment-url> – Returns "Could not find any deployments or projects matching...".
  • vercel inspect <deployment-url> – Returns "Can't find the deployment under the current context.".

It appears that these deployments have become orphaned after the projects were deleted. Could you please help remove these orphaned deployment records from my account so I can start with a completely clean Vercel environment?

Thank you for your support.

Current Behavior

  • I deleted all of my Vercel projects from the Vercel Dashboard.
  • vercel projects ls returns "No projects found".
  • However, vercel list still displays multiple old deployments.
  • vercel remove cannot find the deployments.
  • vercel inspect also reports that the deployments cannot be found under my account.
  • The deployments remain visible in my Vercel Dashboard even though the projects have been deleted.

Expected Behavior

  • After deleting all Vercel projects, all associated deployments should also be removed automatically.
  • If deployments remain, they should be removable using either the Vercel Dashboard or the Vercel CLI.
  • I would like my Vercel account to be completely cleaned so I can start with a fresh deployment environment.

Code, Configuration, and Steps to Reproduce

Operating System: Windows 10

Vercel CLI Version: 54.21.1

Node.js Version: 24.18.0

Steps to Reproduce

  1. Create one or more projects in Vercel.
  2. Deploy the applications multiple times.
  3. Delete all projects from the Vercel Dashboard.
  4. Open Command Prompt and run the following commands:
vercel whoami
vercel projects ls
vercel list
vercel remove https://kestrel-ai-solutions-original-website-j5t8v0pmz.vercel.app
vercel inspect https://kestrel-ai-solutions-original-website-j5t8v0pmz.vercel.app

CLI Results

vercel whoami
Logged in as: eswarganta1985-3044
vercel projects ls
No projects found under eswarganta1985-3044s-projects
vercel list
Old deployments are still displayed.
vercel remove
Could not find any deployments or projects matching the deployment.
vercel inspect
Can't find the deployment under the current context.

No custom configuration or project settings are involved. The issue occurs even after all projects have been deleted from the Vercel Dashboard.

Project Information

  • Vercel Account: eswarganta1985-3044
  • Team: eswarganta1985-3044s-projects
  • Operating System: Windows 10
  • Vercel CLI Version: 54.21.1
  • Node.js Version: 24.18.0
  • Framework: Static Website / Google AI Studio Generated Project
  • Deployment Environment: Production and Preview
  • Project Status: All Vercel projects have been deleted.
  • Current Issue: Old deployment records are still visible even though no projects exist.
  • CLI Verification: vercel projects ls returns "No projects found", while vercel list still displays old deployments.

Affected Deployment URLs

  • https://kestrel-ai-solutions-original-website-j5t8v0pmz.vercel.app
  • https://kestrel-ai-solutions-original-website-7li4kgyqt.vercel.app
  • https://kestrel-ai-solutions-original-website-cyy1bqg5s.vercel.app
  • https://kestrel-ai-solutions-official-website-ny718dg5z.vercel.app

I would appreciate your assistance in removing these orphaned deployment records from my account so I can start with a completely clean Vercel environment.

Deployments can take a little time to fully clear after a project is deleted. The deployment URLs you shared currently take me to the generic Vercel project 404 page as expected.

Please let me know if you still have any trouble with this :folded_hands: