uninstall CLI command reference

Detailed information on the uninstall CLI command

Description

Uninstall Dapr runtime.

Supported platforms

Usage

  1. dapr uninstall [flags]

Flags

NameEnvironment VariableDefaultDescription
—allfalseRemove Redis, Zipkin containers in addition to actor placement container. Remove default dapr dir located at $HOME/.dapr or %USERPROFILE%.dapr\.
—help, -hPrint this help message
—kubernetes, -kfalseUninstall Dapr from a Kubernetes cluster
—namespace, -ndapr-systemThe Kubernetes namespace to uninstall Dapr from
—networkDAPR_NETWORKThe Docker network from which to remove the Dapr runtime

Examples

Uninstall from self-hosted mode

  1. dapr uninstall

Uninstall from self-hosted mode and remove .dapr directory, Redis, Placement and Zipkin containers

  1. dapr uninstall --all

Uninstall from Kubernetes

  1. dapr uninstall -k

Last modified March 18, 2021: Merge pull request #1321 from dapr/aacrawfi/logos (9a399d5)