{% include "vesper/header-prefix.html" %} Delete Clips - Vesper {% load vesper_extras %} {% load staticfiles %} {% include "vesper/navbar.html" %}

Delete Clips

Deletes clips from this archive. The clips are specified as a set of detectors, a set of station/mic pairs, a classification, and a range of dates. All data associated with the clips, including their audio files and annotations, are deleted. You can optionally specify a number of clips to retain. The retained clips are selected at random from those specified, with all clips equally likely to be retained. The deletion runs as a Vesper job. This operation cannot be undone, so be careful!

{{ form.detectors|block_form_element }} {{ form.station_mics|block_form_element }} {{ form.classification|form_element }} {{ form.start_date|form_element }} {{ form.end_date|form_element }} {{ form.retain_count|form_element }}