Can I list the offered instance types from a command line?

You can list the instances types offered by Lambda GPU Cloud by first generating an API key, then running the following command:

curl -u API-KEY: https://cloud.lambdalabs.com/api/v1/instance-types | jq .

Replace API-KEY with your actual API key. Don’t remove the trailing colon (:).


Last modified January 31, 2024: Delete script that's no longer useable (af5a731)