Uninstall hybrid runtime Stay organized with collections Save and categorize content based on your preferences.
To deleteApigee components within a specific scope, useapigeectl with the flags for the scope that includes those components:
--all-envs: all environment-scope components in all the environments under the organization named in the override config file--datastore: Cassandra.--envenv-name: the environment-scope components: Runtime, Synchronizer, and UDCA--org: the organization-scope components: Apigee Connect Agent, Mart, and Watcher--settings virtualhosts:virtualhostsettings only--telemetry: Logger and Metrics
For example:
apigeectl delete -fyour_overrides_file.yaml --org --envenv-name
To deleteonly the Apigee components from the cluster, use this command:
apigeectl delete -fyour_overrides_file.yaml
Use the following command to deletethe entire Apigee hybrid installation except ASM (Istio) and cert-manager from your cluster:
apigeectl delete -fyour_overrides_file.yaml --all
- To uninstall ASM, seeUninstalling in the Anthos Service Mesh documentation.
- To uninstall cert-manager, seeUninstalling on Kubernetes in the cert-manager documentation.
For more information about theapigeectl command, seeapigeectl.
Use the following command to remove cert-manager:
kubectl -n cert-manager delete secret apigee-ca
apigee-ca secret inMulti-region deployment on GKE and GKE on-prem.Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-02-19 UTC.