Stop an active archive rule
Stop archiving by deactivating, deleting, or cancelling an archive rule.
Before you begin
Role required: admin
Procedure
- Navigate to .
- Select the archive rule that you want to stop.
-
Stop the archive rule from running.
- Deactivate the archive rule by clearing the Active check box. The Archive - Handle archive chunks business rule updates the state of the corresponding record in the Archive Job Execution Chunks [sys_archive_run_chunk] table from waiting to not-needed.
- Contact Customer Service and Support to delete the archive rule.
- Cancel the archive rule by calling GlideArchiver().cancel() from . This automatically changes the chunks in the Archive Job Execution Chunks [sys_archive_run_chunk] table from running to cancelled.
Result
No additional chunks are processed.