Purging the Project

You can purge the project from the user interface or in batch mode.

Purging the Project in the User Interface

  1. From the menu bar, select Project > Purge project.

  2. Select whether to use the project filtering settings, or use the default purge settings.

  3. To perform a test run, click Perform test run.

  4. To purge the project, click Purge project.

Purging the Project in Batch Mode

Purging using command line actions:

  • optislang -b MyProject.opf --purge

    MyProject.opf will be purged with the settings of MyProject.

  • optislang -b MyProject.opf --purge-default

    MyProject.opf will be purged with default filter settings.

  • optislang -b MyProject.opf --purge-file example_filter.purge_filter

    MyProject.opf will be purged with the settings of example_filter.purge_filter.

For more details, see the command line interface documentation.