spawn/hetzner/lib
A 9b6e860bba
fix: hetzner destroy_server false failure and daytona silent error swallow (#1622)
Hetzner: grep '"error"' matched '"error": null' in successful DELETE
responses, causing every server deletion to log "Failed to destroy
server" and return 1 even when the server was actually destroyed.
Fix: use jq -e '.action' (consistent with create_server's approach)
which is only present on success.

Daytona: >/dev/null 2>&1 || true suppressed all errors and always
logged "Sandbox destroyed" regardless of outcome. Fix: capture response,
check exit code and error JSON fields, log billing warning on failure.

Same class of bug as AWS (#1606) and GCP/DigitalOcean (#1615).

Agent: team-lead

Co-authored-by: B <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-21 18:12:24 -05:00
..
common.sh fix: hetzner destroy_server false failure and daytona silent error swallow (#1622) 2026-02-21 18:12:24 -05:00