Destroy a Project

A project must be stopped before it can be destroyed.

When a project is destroyed:
  • The registry entry for the project is deleted.
  • The server configuration directory is deleted.
To destroy all of the data associated with a particular project, use the following interactive command:
% vovproject destroy project
        You are about to destroy all files
        for project 'project'
        running in '/home/john/vovadmin'
        Do you really want to do it? (yes/no) yes
vovproject: message: Deleting /home/john/vovadmin/project.swd/
vovproject: message: Deleting registry entry project@host
If you are absolutely sure of what you are doing, you can use the option -force as in:
% vovproject destroy -force project