Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove serverless dashboard?

I've decided to try the new Serverless framework dashboard and now I just can't get rid of it. It's getting my CloudWatch logs and asking me to be logged in to be able to deploy, it's so annoying!

Does anyone know how to remove it? I can only find how to install it on their docs...

like image 245
thiago marini Avatar asked Sep 06 '25 03:09

thiago marini


1 Answers

Solved this issue by removing the app and org option son the serverless.yml file.

org: foo
app: foo-bar-api
service: foo-bar-api
...
like image 53
thiago marini Avatar answered Sep 08 '25 01:09

thiago marini