The documentation you are viewing is for Dapr v1.8 which is an older version of Dapr. For up-to-date documentation, see the latest version.

uninstall CLI command reference

Detailed information on the uninstall CLI command

Description

Uninstall Dapr runtime.

Supported platforms

Usage

dapr uninstall [flags]

Flags

Name Environment Variable Default Description
--all false Remove Redis, Zipkin containers in addition to actor placement container. Remove default dapr dir located at $HOME/.dapr or %USERPROFILE%\.dapr\.
--help, -h Print this help message
--kubernetes, -k false Uninstall Dapr from a Kubernetes cluster
--namespace, -n dapr-system The Kubernetes namespace to uninstall Dapr from

Examples

Uninstall from self-hosted mode

dapr uninstall

You can also use option --all to remove .dapr directory, Redis, Placement and Zipkin containers

dapr uninstall --all

Uninstall from Kubernetes

dapr uninstall -k

Last modified October 20, 2021: Env variables inconsistency (#1835) (9ddab5df)