How to delete a Serverless service that has been deployed
In Terminal, in the directory of the Serverless project, run sls remove along with the stage that you wish to delete.
The following guide walks you through how to remove a deployed Serverless project using Terminal.
Step One: Set Current Directory
Open Terminal and set the current directory to that of the Serverless project that you wish to remove from AWS.
Step Two: Remove deployed project
To remove the project run
sls remove
To remove a specific stage, replace STAGE with the stage you wish to remove and run the following command
sls remove -s STAGE
Any Questions?
We are actively looking for feedback on how to improve this resource. Please send us a note to inquiries@delasign.com with any thoughts or feedback you may have.