mirror of https://github.com/dapr/docs.git
24 lines
443 B
Markdown
24 lines
443 B
Markdown
---
|
|
type: docs
|
|
title: "stop CLI command reference"
|
|
linkTitle: "stop"
|
|
description: "Detailed information on the stop CLI command"
|
|
---
|
|
|
|
## Description
|
|
|
|
Stops multiple running Dapr instances and their associated apps
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
dapr stop [flags]
|
|
```
|
|
|
|
## Flags
|
|
|
|
| Name | Environment Variable | Default | Description
|
|
| --- | --- | --- | --- |
|
|
| `--app-id` | | | The app ID to stop (standalong mode) |
|
|
| `--help`, `-h` | | | Help for stop |
|