Pour supprimer les composants Apigee pour un champ d'application spécifique, utilisez apigeectl avec les options du champ d'application qui inclut ces composants :
--all-envs : tous les composants de champ d'application de l'environnement dans tous les environnements de l'organisation nommée dans le fichier de configuration de remplacement
--datastore : Cassandra
--env env-name : les composants de champ d'application de l'environnement : Runtime, Synchronize et UDCA
--org : les composants de champ d'application de l'organisation : l'agent Apigee Connect, Mart et Watcher
Pour ne supprimer que les composants Apigee du cluster, utilisez la commande suivante :
apigeectl delete -f your_overrides_file.yaml
Exécutez la commande suivante pour supprimer de votre cluster l'intégralité de l'installation d'Apigee hybrid, à l'exception d'ASM (Istio) et de cert-manager :
Pour en savoir plus sur la commande apigeectl, consultez la page apigeectl.
Exécutez la commande suivante pour supprimer cert-manager :
kubectl -n cert-manager delete secret apigee-ca
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/09/08 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Difficile à comprendre","hardToUnderstand","thumb-down"],["Informations ou exemple de code incorrects","incorrectInformationOrSampleCode","thumb-down"],["Il n'y a pas l'information/les exemples dont j'ai besoin","missingTheInformationSamplesINeed","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/09/08 (UTC)."],[[["\u003cp\u003eThis documentation is for Apigee hybrid version 1.3, which is end-of-life, and users should upgrade to a newer version.\u003c/p\u003e\n"],["\u003cp\u003eTo delete Apigee components within a specific scope, you can use the \u003ccode\u003eapigeectl delete\u003c/code\u003e command with flags like \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, or \u003ccode\u003e--telemetry\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eTo remove only the Apigee components from the cluster, use \u003ccode\u003eapigeectl delete -f your_overrides_file.yaml\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eTo delete the entire Apigee hybrid installation except for ASM and cert-manager, use the \u003ccode\u003eapigeectl delete -f your_overrides_file.yaml --all\u003c/code\u003e command.\u003c/p\u003e\n"],["\u003cp\u003eTo completely remove the cert-manager, you need to use the command \u003ccode\u003ekubectl -n cert-manager delete secret apigee-ca\u003c/code\u003e and refer to the cert-manager documentation for full uninstall instructions.\u003c/p\u003e\n"]]],[],null,["# Uninstall hybrid runtime\n\n| You are currently viewing version 1.3 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).\nSTAGING LINK : https://cloud.google.com/apigee/docs/hybrid/v1.3/uninstall **NOTE:** To uninstall successfully, you must have kubectl version 1.11.x or later installed.\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 command to delete **the entire Apigee hybrid installation except ASM\n(Istio) and cert-manager** from your cluster: \n\n```\napigeectl delete -f your_overrides_file.yaml --all\n```\n\n- To uninstall ASM, see [Uninstalling](https://cloud.google.com/service-mesh/docs/uninstall) in the Anthos Service Mesh documentation.\n- To uninstall cert-manager, see [Uninstalling\n on Kubernetes](https://cert-manager.io/docs/installation/uninstall/kubernetes/)\nin the cert-manager documentation.\n\nFor more information about the `apigeectl` command, see\n[`apigeectl`](/apigee/docs/hybrid/v1.3/cli-reference).\n\n\nUse the following command to remove cert-manager: \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.3/multi-region#set-up-the-new-region)."]]