mirror of
https://github.com/serverless/serverless.git
synced 2026-02-01 16:07:28 +00:00
232 B
232 B
Removing a service
Let's remove our service entirely from our provider. This is pretty easy. Just run serverless remove --stage dev --region us-east-1 to remove everything.
A prompt will inform you once everything is removed.