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 guides users through the process of decommissioning a region in an Apigee hybrid multi-region environment, specifically version 1.10."],["Before beginning, ensure no live traffic is directed to the region targeted for deletion."],["The process involves setting the Kubernetes context to the region being decommissioned and deleting the corresponding Apigee instance using the `apigeectl` command."],["After deletion, verify the removal of Apigee-related pods in the `apigee`, `apigee-system`, and `cert-manager` namespaces."],["Verify the removed region's datacenter is no longer listed in the Cassandra ring status for other regions."]]],[]]