HSX_E_CUTOVER_CONFIRM_MISMATCH

Cutover confirmation did not match.

What this error means

The text typed at the confirmation prompt did not match the project name, so cutover was aborted and nothing changed.

When this error stops a command, hs-x exits with code 1. With --json, the failure is reported as a structured error whose code field is HSX_E_CUTOVER_CONFIRM_MISMATCH — stable to match on in scripts and agents.

Likely causes

  • Typed a value other than the exact project name at the confirmation prompt

How to fix it

  • Re-run and type the project name exactly as it appears in hsproject.json

Still stuck? Re-run the command with --debug for the wire-level detail, or hs-x doctor to check accounts, link state, and connectivity in one pass.