How do I undeploy a meteor application?

meteor

Solution

From the Documentation:

To delete an application you've deployed, specify the --delete option along with the site.

Problem

I've deployed an application with: `meteor deploy a-meteor-app.meteor.com`. Is there a way for me to undeploy from meteor.com?

Original source