Undeploying an Adapter Application

Undeploying an adapter application removes the adapter application from an app space. You can undeploy an adapter application by using the undeploy command.

Prerequisites

The TIBCO Hawk agent and adapter agent are started. See Starting an Adapter Agent for details.

Procedure

  1. Open a command line and navigate to the folder where the adapteradmin utility is located.
    By default, it is located in the TIBCO_HOME\afx\version_number\bin directory.
  2. Enter the following command to start the Adapter Administration console:
    adapteradmin
  3. Enter the following command to undeploy an adapter application:

    adapter[admin@MyDomain]>undeploy -d DomainName -a AppSpaceName application ApplicationName version

    where:

    DomainName

          Name of the domain where the adapter application archive file is uploaded.

    AppSpaceName

          Name of the app space where the adapter application archive file is deployed.

    ApplicationName Version

          Name and version of the adapter application that you want to undeploy.