{% extends "base.html" %} {% block title %}Abort {{ run.id }}{% endblock %} {% block body %}

Abort run

{{ run.display_name | default(run.workflow, true) }} ยท {{ run.id }}

Choose whether to keep the current partial results as an aborted run or stop and delete the run entirely.

Save partial run

Keep checkpoints and artifacts, mark the run as aborted, and leave it available for plotting.

Delete run

Stop the run and remove its saved files completely.

{% endblock %}