Skip to main content
PATCH
/
invocations
/
{invocation_id}
/
resume
Resume an invocation
curl --request PATCH \
  --url https://api.example.com/invocations/{invocation_id}/resume
{
  "message": "<string>",
  "restate_code": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.restate.dev/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

invocation_id
string
required

Invocation identifier.

Query Parameters

deployment

When resuming from paused/suspended, provide a deployment id to use to replace the currently pinned deployment id. If 'latest', use the latest deployment id. If 'keep', keeps the pinned deployment id. When not provided, the invocation will resume on the pinned deployment id. When provided and the invocation is either running, or no deployment is pinned, this operation will fail. Specifies which deployment to use when resuming or restarting an invocation.

Available options:
Keep

Response

Invocation resumed successfully