1
Open the automation
From the Automations screen, use the row menu or open the details slide-over. You can also archive from the Automations tab inside the project editor.
2
Choose Archive
The automation stops running. Confirm when prompted.
Bulk archive
To archive several automations at once, select them with the checkboxes and use the bulk Archive action. This soft-deletes each selected automation the same way and removes them from the active list.API
DELETE /v1/automations/:id— archive a single automation.DELETE /v1/automations/bulk— archive several at once, with a body of{ "ids": [...] }.