deploy_resume
Resume a paused deploy operation by retrying only the failed activation phase. Idempotent: returns current state if already complete.
Instructions
Resume a deploy operation that ended in activation_pending or schema_settling (e.g. transient gateway failure between SQL commit and the pointer-swap activation). The gateway re-runs only the failed phase forward — SQL is never replayed. Idempotent: calling on an already-terminal operation returns the snapshot without re-running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation_id | Yes | Operation id returned by a prior `deploy` call. Required. |