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 March 8, 2023: Dummy commit (f2e7d7a)