Updated on 2023-11-22 GMT+08:00

Remove

The serverless remove command will remove the deployed service defined in your current working directory from the provider.
serverless remove

Only the deployed service and all its resources will be removed. The code on the local computer will be retained.

Example

Remove service
serverless remove

This command will remove the deployed service in your current working directory.