Check instance availability via API
... / Check instance availabili...
BMPCreated with Sketch.BMPZIPCreated with Sketch.ZIPXLSCreated with Sketch.XLSTXTCreated with Sketch.TXTPPTCreated with Sketch.PPTPNGCreated with Sketch.PNGPDFCreated with Sketch.PDFJPGCreated with Sketch.JPGGIFCreated with Sketch.GIFDOCCreated with Sketch.DOC Error Created with Sketch.
Question

Check instance availability via API

by
MarkusT
Created on 2024-08-19 08:55:50 (edited on 2024-09-04 14:25:49) in Public Cloud-old

**I want to make sure that the instance is available before actually starting it.**
Especially on scarce instance types (e.g. H100-1520) it could be the case that OVH has no capacities that moment. Other providers usually offer API endpoints to check the availability in realtime.

There are endpoint like /cloud/order/rule/availability or /cloud/project/{serviceName}/capabilities/productAvailability. But they seem to indicate whether an instance is in general available rather than whether it is available right now.

Are there any intentions to support this? Did anybody manage to do those checks?