Delete VPS

vps-delete.pl

SYNTAX:

./vps-delete.pl VPS_HOST_NAME

  1. It removes existing VPS [VPS_HOST_NAME], all its configuration files, removes [VPS_HOST_NAME] from the list of known VPS.
  2. If [VPS_HOST_NAME] is being created by cron at the moment, [vps-delete.pl] posts deletion request for VPS (sets the DELETE parameter in the vps.list file)
  3. All deletion requests are processed by vps-cron-delete.pl cron every 4 minutes.