Delete the Apigee instance in the context you just selected with the apigeectl
command:
Apigeectl delete --all -f overrides.yaml
Verify there are no pods remaining in the Apigee namespaces:
kubectl get pods -n apigee
kubectl get pods -n apigee-systemkubectl get pods -n cert-manager
Set the context to other existing regions and make sure the cassandra datacenter is removed
from the existing ring. The output should not show the removed data center details.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-07 UTC."],[[["This document provides instructions on how to decommission a region within a multi-region Apigee hybrid environment."],["Before decommissioning, it is crucial to confirm that no live traffic is being directed to the region slated for removal."],["The process involves setting the Kubernetes context to the target region, deleting the Apigee instance, and verifying the absence of remaining pods."],["After deletion, verify in the other regions that the decommissioned region's Cassandra data center is no longer present in the Cassandra ring."]]],[]]