解除安裝 Hybrid 執行階段

如要從叢集中刪除特定 Apigee 元件,請使用以下指令:

apigeectl delete -f your_overrides_file.yaml -c component_name

其中 -c 可以指定一或多個 (以逗號分隔) 下列元件名稱:

  • cassandra
  • logger
  • mart
  • metrics
  • runtime
  • synchronizer
  • udca

例如:

apigeectl delete -f my_overrides.yaml -c mart

如要從叢集中只刪除 Apigee 元件,請使用以下指令:

apigeectl delete -f your_overrides_file.yaml

使用下列指令,從叢集中刪除整個 Apigee 混合式安裝程序

apigeectl delete -f your_overrides_file.yaml --all

如要進一步瞭解 apigeectl 指令,請參閱 apigeectl