You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2026. It is now read-only.
Equinix Metal offers the ability to provision IP Address ranges, access these reservations by a unique id, list these reservations, and remove these reservations. https://metal.equinix.com/developers/api/ipaddresses/
packet-python should implement these resources. This can be added to the IPAddress class which currently handles single IP deletions. The Project class may be a better class for reservation endpoints (or not).