Supported versions:
Unsupported versions:
Use the following commands to uninstall the hybrid runtime:
apigee namespace:
helm uninstall -n APIGEE_NAMESPACE ENV_GROUP_RELEASE_NAME ENV_RELEASE_NAME $ORG_NAME ingress-manager telemetry redis datastore
apigee-virtualhost chart. In hybrid v1.10, it is usually
apigee-virtualhost-ENV_GROUP. In Hybrid v1.11 and newer it is usually
ENV_GROUP.apigee-env chart. In hybrid v1.10, it is usually
apigee-env-ENV_NAME. In Hybrid v1.11 and newer it is usually
ENV_NAME.apigee-org chart. It is usually your organization name. If you have defined
an ORG_NAME environment variable, you can use that variable in your command.apigee-operator.
helm uninstall -n APIGEE_NAMESPACE operator
kubectl delete -k apigee-operator/etc/crds/default/
To remove cert-manager, permanently remove the apigee-ca certificate and secret from the cert-manager namespace with the following steps:
apigee-ca certificate.
kubectl delete secret -n APIGEE_NAMESPACE apigee-ca
The output should look similar to the following:
certificate.cert-manager.io "apigee-ca" deleted
apigee-ca certificate was deleted by getting all certificates:
kubectl get certificates -A
The output should look similar to the following:
NAMESPACE NAME READY SECRET AGE
apigee apigee-datastore-guardrails-tls True apigee-datastore-guardrails-tls 89m
apigee-ca secret:
kubectl -n cert-manager delete secret apigee-ca
kubectl get secrets -n cert-manager
The output should look similar to the following:
NAME TYPE DATA AGE
cert-manager-webhook-ca Opaque 3 94m
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-06-09 UTC.