Skip to content

Commit

Permalink
fix: Add new lines and details to data purge guide
Browse files Browse the repository at this point in the history
  • Loading branch information
srsp authored Mar 7, 2025
1 parent 2adeaba commit d101aa8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/self-managed/operational-guides/data-purge/data-purge.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ The data purge feature allows you to delete all runtime and historical data from

The purge operation performs two main actions:


1. **Runtime Data Deletion**: Removes all live data from brokers, for example process definitions, instances, and jobs.
2. **Historical Data Purge**: Clears exported data from configured exporters

The data purge feature can be used to:


- Delete data between test runs and therefore enabling reuse of the same cluster for multiple tests.
- Resetting development or staging environments to a clean state.

Expand Down Expand Up @@ -116,6 +118,7 @@ The response is a JSON object. See detailed specs [here](https://github.com/camu
}
```


</details>

The purging is done asynchronously.
Expand Down

0 comments on commit d101aa8

Please sign in to comment.