[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-08-18 UTC."],[[["\u003cp\u003eThis document provides instructions for uninstalling Apigee hybrid version 1.11, using either Helm or \u003ccode\u003eapigeectl\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eHelm uninstall requires removing resources in the \u003ccode\u003eapigee\u003c/code\u003e namespace and the \u003ccode\u003eapigee-operator\u003c/code\u003e, followed by deleting the Apigee CRDs.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eapigeectl\u003c/code\u003e allows deletion of specific Apigee components using scope-based flags such as \u003ccode\u003e--all-envs\u003c/code\u003e, \u003ccode\u003e--datastore\u003c/code\u003e, \u003ccode\u003e--env\u003c/code\u003e, \u003ccode\u003e--org\u003c/code\u003e, \u003ccode\u003e--settings virtualhosts\u003c/code\u003e, and \u003ccode\u003e--telemetry\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eTo delete the entire Apigee hybrid installation (except cert-manager), you must first run \u003ccode\u003eapigeectl delete\u003c/code\u003e with default scope, then run \u003ccode\u003eapigeectl delete --all\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eCert-manager can be uninstalled separately by following the instructions in the cert-manager documentation, and the \u003ccode\u003eapigee-ca\u003c/code\u003e secret can be removed using \u003ccode\u003ekubectl delete secret\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Uninstall hybrid runtime\n\n| You are currently viewing version 1.11 of the Apigee hybrid documentation. **This version is end of life.** You should upgrade to a newer version. For more information, see [Supported versions](/apigee/docs/hybrid/supported-platforms#supported-versions).\n\n### Helm installations\n\nYou can uninstall a Hybrid Helm install with the following commands:\n\n1. Uninstall the resources in your `apigee` namespace: \n\n ```\n helm uninstall -n apigee ENV_GROUP_RELEASE_NAME ENV_RELEASE_NAME ORG_NAME ingress-manager telemetry redis datastore\n ```\n - \u003cvar translate=\"no\"\u003eENV_GROUP_RELEASE_NAME\u003c/var\u003e is the name with which you previously installed the `apigee-virtualhost` chart. In hybrid v1.10, it is usually `apigee-virtualhost-`\u003cvar translate=\"no\"\u003eENV_GROUP_NAME\u003c/var\u003e. In Hybrid v1.11 and newer it is usually \u003cvar translate=\"no\"\u003eENV_GROUP_NAME\u003c/var\u003e.\n - \u003cvar translate=\"no\"\u003eENV_RELEASE_NAME\u003c/var\u003e is the name with which you previously installed the `apigee-env` chart. In hybrid v1.10, it is usually `apigee-env-`\u003cvar translate=\"no\"\u003eENV_NAME\u003c/var\u003e. In Hybrid v1.11 and newer it is usually \u003cvar translate=\"no\"\u003eENV_NAME\u003c/var\u003e.\n - \u003cvar translate=\"no\"\u003eORG_NAME\u003c/var\u003e is the name with which you previously installed the `apigee-org` chart. It is usually your organization name.\n2. After uninstalling the resources in the `apigee` namespace, uninstall `apigee-operator`. \n\n ```\n helm uninstall -n apigee-system operator\n ```\n3. Delete the Apigee CRDs: \n\n ```\n kubectl delete -k apigee-operator/etc/crds/default/\n ```\n\n### `apigeectl` installations\n\n\nTo delete **Apigee components within a specific scope** , use `apigeectl`\nwith the flags for the scope that includes those components:\n\n- `--all-envs`: all environment-scope components in all the environments under the organization named in the override config file\n- `--datastore`: Cassandra.\n- `--env `\u003cvar translate=\"no\"\u003eenv-name\u003c/var\u003e: the environment-scope components: Runtime, Synchronizer, and UDCA\n- `--org`: the organization-scope components: Apigee Connect Agent, Mart, and Watcher\n- `--settings virtualhosts`: `virtualhost` settings only\n- `--telemetry`: Logger and Metrics\n\n\nFor example: \n\n```\napigeectl delete -f your_overrides_file.yaml --org --env env-name\n```\n\n\nTo delete **only the Apigee components** from the cluster, use this command: \n\n```\napigeectl delete -f your_overrides_file.yaml\n```\n\nUse the following commands to delete **the entire Apigee hybrid installation except cert-manager** from your cluster:\n\n1. Run `apigeectl delete` with the default scope: \n\n ```\n apigeectl delete -f your_overrides_file.yaml\n ```\n2. Verify that the Apigee hybrid components were deleted: \n\n ```\n kubectl -n apigee get apigeedatastore,apigeeredis,apigeetelemetry,org,env,arc\n ```\n\n Your output should be empty\n3. Run `apigeectl delete` again with `--all`: **Warning:**\n |\n | Using the `apigeectl delete` command with the `--all` flag (for\n | example, `apigeectl delete --all -f overrides.yaml`) will also delete\n backup data for all CSI volume snapshots. \n\n ```\n apigeectl delete --all -f your_overrides_file.yaml\n ```\n\nTo uninstall cert-manager, see [Uninstalling\non Kubernetes](https://cert-manager.io/docs/installation/uninstall/kubernetes/) in the cert-manager documentation.\n\nFor more information about the `apigeectl` command, see\n[`apigeectl`](/apigee/docs/hybrid/v1.11/cli-reference).\n\n\nUse the following command to remove cert-manager:\n**Note:** Some Google Distributed Cloud versions come with their own bundled version of cert-manager. If for certain reasons, you need to remove this bundled cert-managar and install your own cert-manager, follow the instructions in [Conflicting `cert-manager` installation](https://cloud.google.com/anthos/clusters/docs/on-prem/1.13/known-issues#conflicting-cert-manager-installation) to avoid conflicts. \n\n```\nkubectl -n cert-manager delete secret apigee-ca\n```\n| If you have a multi-region installation, and you want to install Apigee hybrid again on the same region, you need to follow the instructions for copying the `apigee-ca` secret in [Multi-region\n| deployment on GKE and GKE on-prem](/apigee/docs/hybrid/v1.11/multi-region#set-up-the-new-region)."]]