Skip to main content
← Back to list
01Issue
FeatureShippedExtensions
Assigneesstack72

Relationships

#607 Add @swamp/hetzner-cloud/server-types model for availability and project limits

Opened by bixu · 6/10/2026· Shipped 6/10/2026

The @swamp/hetzner-cloud/* family covers servers, firewalls, networks, volumes, etc. but has no model for querying server type availability per location or project-level resource limits. The Hetzner API exposes availability via GET /v1/server_types (locations[].available and locations[].recommended fields). During a resource_unavailable capacity outage we had to fall back to raw urllib calls. A read-only @swamp/hetzner-cloud/server-types model with a list method returning per-location availability would cover the gap. Separately, Hetzner has no public /limits endpoint, but surfacing current resource counts vs known defaults (100 servers, 100 floating IPs, etc.) would also be useful.

02Bog Flow
OPENTRIAGEDIN PROGRESSSHIPPED+ 1 MOREASSIGNED+ 5 MOREREVIEW+ 3 MOREPR_MERGEDSHIPPED

Shipped

6/10/2026, 2:22:13 PM

Click a lifecycle step above to view its details.

03Sludge Pulse
stack72 assigned stack726/10/2026, 1:11:01 PM
Editable. Press Enter to edit.

bixu commented 6/10/2026, 2:47:39 PM

Nice!

Sign in to post a ripple.