List Providers
GET
/providers
const url = 'https://api.mengi.cloud/providers';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://api.mengi.cloud/providersList all supported cloud providers with real-time cluster pricing. All providers use self-managed Kubernetes for consistent, provider-agnostic deployments.
Responses
Section titled “ Responses ”Successful Response
Media type application/json
Example generated
example