HSX_E_INPUT_INVALID_DEPLOY_PLAN
Invalid deploy plan input.
What this error means
The CLI could not build a schema-valid deploy plan request.
When this error stops a command, hs-x exits with code 10. With --json, the failure is reported as a structured error whose code field is HSX_E_INPUT_INVALID_DEPLOY_PLAN — stable to match on in scripts and agents.
Likely causes
- Missing account or project identity
- Generated manifest shape did not match the type graph
How to fix it
- Run
hs-x deploy --plan --jsonand inspect the error detail - Pass both
--account-idand--project-idwhen deploying through the control plane
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.
Keep going