lambda-cli

Lambda Labs instance management


Keywords
development
License
MIT
Install
pip install lambda-cli==1.0.1

Documentation

lambda-cli

CLI for managing Lambda Labs instances.

Installation

pip install lambda-cli

You may also install the package from source:

git clone https://github.com/gmittal/lambda-cli
cd lambda-cli
pip install .

Usage

Authenticate with your email and password:

lambda auth

Create instances:

$ lambda up --instance_type=gpu.8x.v100

List existing instances:

$ lambda ls
ID                                IP               INSTANCE_TYPE  STATE
23d0a8af2e414762ab8a10d3841d9574  104.171.203.194  gpu.8x.v100    BOOTING

Terminate instances:

$ lambda rm 23d0a8af2e414762ab8a10d3841d9574

License

MIT