Uninstall hybrid runtime

To delete a specific Apigee component from the cluster, use this command:

apigeectl delete -f your_overrides_file.yaml -c component_name

Where -c can specify one or more (comma-separated) of the following component names:

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

For example:

apigeectl delete -f my_overrides.yaml -c mart

To delete only the Apigee components from the cluster, use this command:

apigeectl delete -f your_overrides_file.yaml

Use the following command to delete the entire Apigee hybrid installation from your cluster:

apigeectl delete -f your_overrides_file.yaml --all

For more information about the apigeectl command, see apigeectl.