Use the removeLocalRepositoryBundle command to remove a bundle or composite bundle from the bundle repository that is included in the product.
To run the command, use the AdminTask object of the wsadmin scripting client.
The wsadmin scripting client is run from Qshell. For more information, see Configuring Qshell to run WebSphere® Application Server scripts.
print AdminTask.help('OSGiApplicationCommands')
print AdminTask.help('command_name')
AdminConfig.save()
This command removes a bundle or composite bundle from the internal bundle repository.
You cannot delete a bundle if it is contained in, or referenced by, a composite bundle. You must delete the composite bundle first, then delete the bundle.
The specified bundle.
None.
None.
AdminTask.removeLocalRepositoryBundle('-symbolicName bundle_symbolic_name -version bundle_version')