According to the event handler documentation, event handlers cannot prevent the action. They are triggered if an action is logged, but the action does not wait on an event handler event to complete. It is described here: Subscribe to Plesk Events So probably there is no way to first run your script and then let Plesk continue with the removal of the physical hosting once your script finishes. The order is always first Plesk, then your own event handling.