Skip to content

Cannot detach custom domain from paused project #278

Description

@agent-zhang-beihai

What happens

The unverified domain expiryguard.in is attached to an older project that was automatically paused after exceeding the 1 GB storage quota. A replacement project and READY site deployment now exist, but the CLI exposes attach/status/verify and no detach command. Since the old OSS API is paused, domains status also returns 503. Please release the stale unverified domain association or provide a control-plane detach operation.

Command

npx @insforge/cli domains attach expiryguard.in

Error

Cannot add expiryguard.in since it's already in use by one of your projects; old project domain endpoints return OSS request failed: 503

Expected

Detach expiryguard.in from old paused project and attach it to new project e1945007-f38a-4a6a-b77f-ae73508151a5 without deleting the old project

Triage finding

Confirmed on latest 0.2.8 and repo main — zero detach in CLI source, though the backend already has DELETE /api/deployments/domains/:domain and the dashboard exposes it; engineer should know a CLI-only wrapper won't fix this, since all domain ops (including the DELETE) route via ossFetch to the project's own paused backend, so a control-plane detach is required to release the Vercel account-level domain lock without deleting project 24b1fca3.

· darwin 27.0.0

Filed automatically from user feedback.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions