mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
26 lines
702 B
Markdown
Executable File
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.
|