Home / Keptn v1 Docs / Release 0.14.x / Reference / Keptn CLI / Commands / keptn uninstall
Uninstalls Keptn from a Kubernetes cluster
Uninstalls Keptn from a Kubernetes cluster.
This command does not delete:
Besides, deployed services and the configuration on the Git upstream (i.e., GitHub, GitLab, or Bitbucket) are not deleted. To clean-up created projects and services, please see Delete a project.
Note: This command requires a Kubernetes current context pointing to the cluster where Keptn should get uninstalled from.
keptn uninstall [flags]
keptn uninstall
  -s, --insecure-skip-tls-verify   Skip tls verification for kubectl commands
      --config-file string   Specify custom Keptn Config file path (default: ~/.keptn/config)
  -h, --help                 help
      --mock                 Disables communication to a Keptn endpoint
  -n, --namespace string     Specify the namespace where Keptn should be installed, used and uninstalled in (default "keptn")
  -q, --quiet                Suppresses debug and info messages
  -v, --verbose              Enables verbose logging to print debug messages
  -y, --yes                  Assume yes for all user prompts