invocation
Invocation management
📄️ Delete an invocation
Use kill_invocation/cancel_invocation/purge_invocation instead.
📄️ Cancel an invocation
Cancel the given invocation. Canceling an invocation allows it to free any resources it is holding and roll back any changes it has made so far, running compensation code. For more details, checkout https://docs.restate.dev/guides/sagas
📄️ Kill an invocation
Kill the given invocation. This does not guarantee consistency for virtual object instance state, in-flight invocations to other services, etc.
📄️ Purge an invocation
Purge the given invocation. This cleanups all the state for the given invocation. This command applies only to completed invocations.
📄️ Purge an invocation journal
Purge the given invocation journal. This cleanups only the journal for the given invocation, retaining the metadata. This command applies only to completed invocations.