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 (:).