serverless
Version:
Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more
26 lines (17 loc) • 702 B
Markdown
<!--
title: Serverless Framework Commands - Spotinst Functions - Remove
menuText: remove
menuOrder: 9
description: Remove a deployed Service and all of its Spotinst Functions Functions, Events and Resources
layout: Doc
-->
<!-- DOCS-SITE-LINK:START automatically generated -->
### [Read this on the main serverless docs site](https://www.serverless.com/framework/docs/providers/spotinst/cli-reference/remove)
<!-- DOCS-SITE-LINK:END -->
# Spotinst Functions - Remove
The `sls remove` command will remove the deployed service, defined in your current working directory, from the provider.
```bash
serverless remove
```
## Options
- `--verbose` or `-v` Shows all stack events during deployment.