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