Can I list my running instances from a command line?

You can list your running instances from a command line using the Cloud API.

First, generate an API key. Then, run the following command:

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

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


Last modified February 11, 2023: Use more popular name (8ae4ab5)