Resume Metronome run

POST/v1/metronomes/{metronomeId}/runs/{runId}/resume

Requeue a paused workflow run from verified checkpoints using the same input and immutable version. In-doubt manual side effects require an explicit operator override.

How to call this endpoint

Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.

Path, query, and header parameters

These parameters control which ACP object the endpoint acts on and how the request is processed.

Path parameters
NameLocationTypeRequiredDescription
metronomeIdpathstringYesMetronome workflow ID
runIdpathstringYes
Query parameters
None.

Body schema

Content type: application/json · Optional

FieldTypeRequiredDescription
confirmInDoubtReplaybooleanNoExplicitly authorizes replay of the reported in-doubt manual side effect. The override is audited.

What the API returns

Each response code below includes the documented payload shape for the ACP API.

200Metronome run resumed and processedapplication/json
FieldTypeRequiredDescription
dataobjectNo
data.idstringNoUnique identifier.
data.metronomeIdstringNo
data.userIdstringNoUser ID.
data.organizationIdstringNo
data.createdByUserIdstringNo
data.triggerTypestringNo
data.versionIdstringNo
data.triggerEventIdstringNo
data.idempotencyKeystringNo
data.statusqueued | running | waiting_approval | paused | completed | failed | cancelledNoCurrent lifecycle status.
data.inputobjectNo
data.outputobjectNo
data.errorstringNo
data.startedAtstringNoISO 8601 timestamp.
data.queuedAtstringNo
data.nextAttemptAtstringNo
data.lockedAtstringNo
data.lockedBystringNo
data.attemptCountintegerNo
data.maxAttemptsintegerNo
data.timeoutMsintegerNo
data.attachedProjectIdstringNo
data.attachedTicketIdstringNo
data.completedAtstringNoISO 8601 timestamp.
data.createdAtstringNoISO 8601 timestamp.
data.updatedAtstringNoISO 8601 timestamp.
404Metronome or run not found
None.
409Recovery is unavailable or requires explicit reviewapplication/json
FieldTypeRequiredDescription
errorstringNo
codeMETRONOME_RECOVERY_UNAVAILABLE | METRONOME_RECOVERY_REVIEW_REQUIREDNo
messagestringNoMessage text.
recoveryobjectNo
recovery.schemaVersioncomputer_agents_metronome_recovery_decision_v1Yes
recovery.actionresume | pause | failYes
recovery.reasonCodestringYes
recovery.messagestringYesMessage text.
recovery.inDoubtStepIdstringNo
recovery.inDoubtNodeIdstringNo
recovery.inDoubtPolicyreplay_safe | idempotent | manualNo
recovery.completedCheckpointCountintegerYes
Resume Metronome run
Loading...
Response 200
Loading...
See the ACP quickstart and SDK flow