v7

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-07-07355390.1 KB
invocation

Resume an invocation

Resumes a paused or suspended invocation. If the invocation is backing off due to a retry, this will immediately trigger the retry. Optionally, you can change the deployment ID that will be used when the invocation resumes. For more information see resume documentation

patch/invocations/{invocation_id}/resume

Path parameters

invocation_idstring required

Invocation identifier.

Query parameters

'Keep'

Keep the currently pinned deployment

OR
'Latest'

Use the latest deployment

OR

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.

Response

Invocation resumed successfully