2017-12-21 18:06:28 -08:00

23 lines
700 B
Markdown
Executable File

<!--
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.