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

Delete clips

Deletes the specified clips from this Vesper archive.

{% include "vesper/clips-specification-message.html" %}

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.

{% include "vesper/command-executes-as-job-message.html" %}

This command can delete a lot of clips and annotations, and cannot be undone, so use it with caution!

{% csrf_token %} {% include "vesper/clip-set-form-elements.html" %} {{ form.retain_count|form_element }}