uninstall Command

The behavior of the install and uninstall commands is extremely similar. Both commands will act upon the default components if none are specified as options. You can finetune the scope of each action by listing individual components.

CAUTION: Embedded installations generally require all default components running for proper functionality. Do not use these options if you do not understand them fully.

Options

  • --runtime - Runtime REST API.
  • --design-server - Design Server.
  • --kafka-link - Kafka Link.
  • --apps - Apps in integration-context/apps.
  • --connectors - Connectors in integration-context/connectors.

Notes

Connectors are not included in the Link package by default. You must create the <link_package>/integration-context/connectors directory and place your connector files there before connector installation. You can update app property files by re-running the installation (with the --apps option).