CLI reference — Converge
Generated by
bun run generate:cli-referencefromspec/admin-api-openapi.json. Do not hand-edit — regenerate after refreshing the spec.
Every operation below is documented CLI-first (nayaone-admin api <operationId>)
per PRD-407/DO-7.
The REST /admin-api/* method+path is the fallback/alternative integration option.
3 operations in this area.
adminForceReconcileBox
Section titled “adminForceReconcileBox”PRD-418 — force W-2/W-3 reconcile for a box scope (repair missing CF-tunnel cloud_resource row) without a Pulumi up.
CLI (preferred):
nayaone-admin api adminForceReconcileBox --body '{}'REST fallback: POST /admin-api/converge/force-reconcile-box
adminListBoxesMissingTunnel
Section titled “adminListBoxesMissingTunnel”PRD-418 — list non-terminated ssh/rdp boxes missing a live CF-tunnel cloud_resource row (wedged-box detection sweep).
CLI (preferred):
nayaone-admin api adminListBoxesMissingTunnelREST fallback: GET /admin-api/converge/boxes-missing-tunnel
adminVerifyConvergePostDestroy
Section titled “adminVerifyConvergePostDestroy”PRD-231 Phase C — Probe each pre-destroy cloud_resource_id by-id; audit + block next up on still-present rows.
CLI (preferred):
nayaone-admin api adminVerifyConvergePostDestroy --body '{}'REST fallback: POST /admin-api/converge/post-destroy-verify