deploy_resume
Resume a database deploy that halted at activation_pending or schema_settling. Re-runs only the failed phase without replaying SQL. Idempotent on completed operations.
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. |