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 | |
--container-runtime |
docker |
Used to pass in a different container runtime other than Docker. Supported container runtimes are: docker , podman |
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
You can specify a different container runtime while setting up Dapr. If you omit the --container-runtime
flag, the default container runtime is Docker.
dapr uninstall --all --container-runtime podman
Uninstall from Kubernetes
dapr uninstall -k
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified May 31, 2024: Merge 61e65296a85dd35c3b7040b281b7c17caffcc144 into 27b6a61b0e1b0a30ea4e4f31bea712dfec3813b3 (525f2ab)