deploy_verify_edge
Verifies gateway/edge release coherence after a deploy. Reports pointer-update state, probed paths, and stale-release evidence, with optional polling until coherent.
Instructions
Verify gateway/edge release coherence for a deploy operation. Returns the canonical edge-coherence report, including pointer-update state, probed paths, stale-release evidence, and next actions. Set wait=true to poll until coherent or timeout_seconds elapses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | Poll until coherent or timeout. Defaults to false. | |
| project_id | Yes | Project ID that owns the operation. Required (apikey-gated endpoint). | |
| operation_id | Yes | Operation id returned by a prior `deploy` call. Must start with `op_`. | |
| timeout_seconds | No | Maximum seconds to wait when `wait` is true. Defaults to 60. |