You can revert features in deployment phase by just adding an update hook and calling features_revert() in install file. Read on to know the code changes to add.
Revert Feature
Views bulk operations module is used for performing multiple operations for multiple rows on a view. Here we can have default action on the view configurations and can also add our custom actions as per the requirements. Views bulk operation module reuses and extends Drupal core Action system. Also most of the Drupal core actions are VBO-compatible actions.