WARNING: Jenkins X version 2.x is unmaintained. Do not use it.
Please refer to the v3 documentation for the latest supported version.
jx uninstall
list of jx commands
jx uninstall
Uninstall the Jenkins X platform
Synopsis
Uninstalls the Jenkins X platform from a Kubernetes cluster. This will remove all Jenkins X components, secrets, config and namespaces including any environment related namespaces
jx uninstall [flags]
Examples
# Uninstall the Jenkins X platform
jx uninstall
Options
--context string The kube context to uninstall JX from. This will be compared with the current context to prevent accidental uninstallation from the wrong cluster
-h, --help help for uninstall
--keep-environments Don't delete environments. Uninstall Jenkins X only.
-n, --namespace string The team namespace to uninstall. Defaults to the current namespace.
Options inherited from parent commands
-b, --batch-mode Runs in batch mode without prompting for user input
--verbose Enables verbose output. The environment variable JX_LOG_LEVEL has precedence over this flag and allows setting the logging level to any value of: panic, fatal, error, warn, info, debug, trace
SEE ALSO
- jx - jx is a command line tool for working with Jenkins X
Auto generated by spf13/cobra on 2-Sep-2020
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 September 2, 2020: updated jx commands & API docs from 2.1.138 (4fc0bedc90)