Remove bundle at the specified path.
bw remove PATH
- PATH must point to a valid bundle and you must have permissions to delete PATH.
<bw.remove bundle="${bundle}" />
# Remove version 2.0 of hello bundle
bw remove /opt/bundles/hello/2.0
- 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.