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 guide details how to decommission a region in a multi-region Apigee hybrid environment."],["Before starting, ensure no live traffic is directed to the region scheduled for deletion."],["The process begins by setting the Kubernetes context to the region that will be decommissioned using `kubectl config use-context`."],["Decommissioning is completed by deleting the Apigee instance within the selected context using the `apigeectl delete` command."],["After deletion, Verify the removed Cassandra data center is removed from the other existing regions by setting their contexts and using `nodetool status`."]]],[]]