cURL
curl --request PATCH \ --url https://api.example.com/invocations/{invocation_id}/purge-journal
{ "message": "<string>", "restate_code": "<string>" }
Purge the given invocation journal. This cleanups only the journal for the given invocation, retaining the metadata. This command applies only to completed invocations.
Invocation identifier.
Was this page helpful?