cURL
curl --request GET \ --url https://api.gcore.com/cloud/v1/faas/flavors/{project_id}/{region_id} \ --header 'Authorization: <api-key>'
{ "count": 1, "results": [ { "cpu": 128, "name": "128m-128MB", "ram": 128 } ] }
Retrieve a list of available compute flavors for functions. Flavors define CPU and memory resources for function execution.
x >= 0
Show child attributes
Was this page helpful?