.purge
The .purge command sets a flag that causes the job to be purged immediately after the job completes. A .lock command that executes after the .purge command causes the job to be saved instead. You can use this command to create jobs that are saved only if they successfully complete all of their steps, by making a .purge command the first step in the project, and a .lock command the last step.