How do I list my file systems using the Cloud API?

To list your persistent storage file systems using the Cloud API:

  1. Generate an API key if you don’t already have an API key.

  2. Run the following command:

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

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