mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
918 B
918 B
Read this on the main serverless docs site
Kubeless - Remove
The sls remove command will remove the deployed service, defined in your current working directory, from the provider.
serverless remove
It will remove the Kubeless Function objects from your Kubernetes cluster, the Kubernetes Deployments and the Kubernetes Services associated with the Serverless service.
Options
--verboseor-vShows additional information during the removal.
Provided lifecycle events
remove:remove