Delete the Apigee instance in the context you just selected with the apigeectl
command:
apigeectl delete --all -f overrides.yaml
Check the current Kubernetes pods:
kubectl get pods -n apigee
kubectl get pods -n apigee-system
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-10 UTC."],[[["This document guides you through decommissioning a region in a multi-region Apigee hybrid environment."],["Before decommissioning, ensure no live traffic is directed to the region you intend to remove."],["Use `kubectl` to set the Kubernetes context to the region you wish to decommission."],["Execute the `apigeectl delete --all` command to remove the Apigee instance within the selected context."],["Verify the Cassandra datacenter of the decommissioned region is removed from the other regions using `nodetool` status."]]],[]]