Uninstall hybrid runtime Stay organized with collections Save and categorize content based on your preferences.
You are currently viewing version 1.1 of the Apigee hybrid documentation.This version is end of life. You should upgrade to a newer version. For more information, seeSupported versions. NOTE: To uninstall successfully, you must havekubectl version 1.11.x or later installed.
To deletea specific Apigee component from the cluster, use this command:
apigeectl delete -fyour_overrides_file.yaml -ccomponent_name
Where-c can specify one or more (comma-separated) of the following component names:
cassandraloggermartmetricsruntimesynchronizerudca
For example:
apigeectl delete -f my_overrides.yaml -c mart
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 from your cluster:
apigeectl delete -fyour_overrides_file.yaml --all
For more information about theapigeectl command, seeapigeectl.
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 2025-12-15 UTC.