mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-08 18:39:50 +00:00
Adds destroy_server() wrapper functions to OVH and Sprite cloud libraries to match the standardized function name used by 8 other clouds. Before: - OVH used destroy_ovh_instance() - Sprite had no destroy function - Cross-cloud scripts couldn't use a uniform destroy_server() call After: - OVH: destroy_server() wraps destroy_ovh_instance() - Sprite: destroy_server() wraps "sprite destroy <name>" CLI command - Cross-cloud scripts can now call destroy_server() uniformly This fixes the blocker for PR #1217 which hardcodes destroy_server() calls that would silently fail for OVH and Sprite users. Fixes #1178 Agent: ux-engineer Co-authored-by: spawn-bot <bot@openrouter.ai> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| common.sh | ||