lep node
Manage nodes on the DGX Cloud Lepton.
Manage nodes on the DGX Cloud Lepton.
Usage
lep node [OPTIONS] COMMAND [ARGS]...
Options
--help: Show this message and exit.
Commands
list: Lists all node groups in the current workspace.resource-shape: List resource shapes per node group.
lep node list
Lists all node groups in the current workspace.
If the --detail or -d option is provided, additional information about each node will be displayed.
Usage
lep node list [OPTIONS]
Options
-d,--detail: Show all the nodes-ng,--node-group TEXT: Show all the nodes in specific node groups by their IDs or names. Can use partial name/ID (e.g., 'h100' will match any name/ID containing 'h100'). Can specify multiple values.--help: Show this message and exit.
lep node resource-shape
List resource shapes per node group.
Columns: - Node Group: name on first line, id on second line - Shapes: one shape per block, first line is name, second line shows colored availability for pod/endpoint/job - Detailed: description and colored resource details
Usage
lep node resource-shape [OPTIONS]
Options
-ng,--node-group TEXT: Show resource shapes for specific node groups by their IDs or names. Can use partial name/ID (e.g., 'h100' will match any name/ID containing 'h100'). Can specify multiple values.--help: Show this message and exit.