[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-03-12(UTC)"],[[["This documentation explains the process for deleting environments within Apigee hybrid, using the example of deleting a \"prod\" environment."],["Deleting an environment requires first removing it from any associated environment groups using a `DELETE` request with the `curl` command."],["Before fully removing the runtime components, a dry run should be executed using either `helm delete --dry-run` or `$APIGEECTL_HOME/apigeectl delete --dry-run=client` to check for errors."],["After a successful dry run, the runtime components can be permanently removed using `helm delete ENV_NAME` or `$APIGEECTL_HOME/apigeectl delete`, depending on your setup."],["The final step involves manually removing the environment's definition from the overrides file, specifically from the `envs` and `virtualhosts` sections."]]],[]]