Mariusz Nowak 4944f471b1
Prettify
2019-06-26 12:43:01 +02:00

26 lines
702 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.