components icon indicating copy to clipboard operation
components copied to clipboard

Unable to remove stage from serverless dashboard

Open nectarcode opened this issue 3 years ago • 1 comments

Using [email protected]

I deployed to a production stage which i don't want to see in my serverless dashboard anymore, so I tried removing via CLI.

When I try removing it I get the error message.

Changing the domain from api.xxx.com to old.xxx.com will remove your infrastructure. Please remove it manually, change the domain, then re-deploy.

So then if I change the domain to api.xxx.com, I get the error:

Invalid domain name identifier specified And if I remove domain from the serverless.yml file, I get the error:

Invalid domain name identifier specified

If I'm not able to remove it via CLI, can I manually remove it in AWS? If i delete the Lambdas and the API Gateway endpoint, will it stop showing up in the serverless dashboard? Which AWS service is sls dashboard pulling the data from? I don't see a way to remove the stage from the serverless dashboard.

nectarcode avatar Mar 29 '21 18:03 nectarcode

Did you figure this out? I had a stage added by default to us-east, and would like to remove it since I have things in us-west.

anthonywebb avatar Nov 28 '22 16:11 anthonywebb