Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Administering Integration Server | Running Multiple Integration Server Instances | Deleting Packages from a Server Instance
 
Deleting Packages from a Server Instance
The deletePackages command removes the specified package or list of packages from a server instance.
*To delete packages from an Integration Server instance
1. Stop the Integration Server instance.
2. Navigate to the following directory:
Integration Server_directory \instances
3. Run the is_instance script as follows:

is_instance.bat deletePackages -Dinstance.name=instance_name -Dpackage.list=package_list

Where
Specify
instance_name
The name of the instance from which you want to delete packages.
package_list
A comma-separated list of packages to remove from the Integration Server instance. For example, packageA,packageB.
The is_instance script removes the specified packages located under the Integration Server_directory \instances\instance_name\packages\package_name directory.