apm_package_delete (public)

 apm_package_delete [ -sql_drop_scripts sql_drop_scripts ] \
    [ -callback callback ] [ -remove_files ] [ -delete_site_nodes ] \
    package_key

Defined in packages/acs-tcl/tcl/apm-install-procs.tcl

De-install a package from the system. Will unmount and uninstantiate package instances, invoke any before-uninstall callback, source any provided sql drop scripts, remove message keys, and delete the package from the APM tables.

Switches:
-sql_drop_scripts (optional)
-callback (optional, defaults to "apm_dummy_callback")
-remove_files (optional, boolean)
-delete_site_nodes (optional, boolean)
Parameters:
package_key (required)

Testcases:
upgrade
[ show source ]
Show another procedure: