Skip to main content

clusters

Paperspace Gradient CLI reference guide for clusters.

list​

List your team clusters

Examples​

gradient clusters list

Options​

NameTypeAttributesDescription
--limitintegeroptionalLimit listed clusters per page
--offsetintegeroptionalOffset value
--apiKeystringoptionalAPI key to use this time only
--optionsFilestringoptionalPath to YAML file with predefined options
--createOptionsFilestringoptionalGenerate template options file

Response​

+-----------+------------------+----------------------------+
| ID | Name | Type |
+-----------+------------------+----------------------------+
| cl9w..... | demo-cluster | Kubernetes Processing Site |
+-----------+------------------+----------------------------+

machineTypes list​

List available machine types

Examples​

gradient clusters machineTypes list

Options​

NameTypeAttributesDescription
--clusterIdstringoptionalFilter machine types by cluster ID
--apiKeystringoptionalAPI key to use this time only
--optionsFilestringoptionalPath to YAML file with predefined options
--createOptionsFilestringoptionalGenerate template options file

Response​

+-------------+--------------+-----------+--------------+-----------+--------------+--------------------------------------------+
| Name | Kind | CPU Count | RAM [Bytes] | GPU Count | GPU Model | Clusters |
+-------------+--------------+-----------+--------------+-----------+--------------+--------------------------------------------+
| P4000 | p4000 | 8 | 32212254720 | 1 | Quadro P4000 | cl9w..... |
| P5000 | p5000 | 8 | 32212254720 | 1 | Quadro P5000 | cl9w..... |
| V100 | v100 | 8 | 32212254720 | 1 | Tesla V100 | cl9w..... |
+-------------+--------------+-----------+--------------+-----------+--------------+--------------------------------------------+