### [Read this on the main serverless docs site](https://www.serverless.com/framework/docs/providers/kubeless/cli-reference/remove) # Kubeless - Remove The `sls remove` command will remove the deployed service, defined in your current working directory, from the provider. ```bash 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 - `--verbose` Shows additional information during the removal. ## Provided lifecycle events - `remove:remove`