Brev

Official

get_instance_types

Get available instances types for a cloud provider

Input Schema

NameRequiredDescriptionDefault
cloud_providerYesThe cloud provider to get instance types for

Input Schema (JSON Schema)

{ "properties": { "cloud_provider": { "description": "The cloud provider to get instance types for", "enum": [ "aws", "gcp", "azure", "crusoe", "lambda-labs", "fluidstack", "launchpad", "akash", "gcpalpha" ] } }, "required": [ "cloud_provider" ], "type": "object" }

You must be authenticated.

Other Tools