cURL
curl --request PATCH \ --url https://api.example.com/invocations/{invocation_id}/kill
{ "message": "<string>", "restate_code": "<string>" }
Kill the given invocation. This does not guarantee consistency for virtual object instance state, in-flight invocations to other services, etc.
Invocation identifier.
Was this page helpful?