4.1.12. remove

Description

Remove bundle at the specified path.

Usage

bw remove PATH

  • PATH must point to a valid bundle and you must have permissions to delete PATH.

Ant Usage

<bw.remove bundle="${bundle}" />

Examples

# Remove version 2.0 of hello bundle
bw remove /opt/bundles/hello/2.0

Notes

  • This command prompts for confirmation.
  • This command will not allow removing a bundle that has been deployed. You must use bw undeploy on all deployed instances.
  • During the 'remove', the 'teardown' bundle hook is executed.
  • After removal, the bundle is no longer in the list of available bundles.