Check availability

Check machine availability in region

Usage:

gradient machines availability [OPTIONS]

Get machine availability for the given region and machine type. Note: availability is only provided for the dedicated GPU machine types. Also, not all machine types are available in all regions.

Parameters:

Name

Description

region [CA1|NY2|AMS1]

Name of the region (required)

machineType [Air|Standard|Pro|Advanced|GPU+|P4000|P5000|

P6000|V100|C1|C2|C3|C4|C5|C6|C7|C8|C9|C10]

Machine type (required)

Example usage:

Command (example):

gradient machines availability --region NY2 --machineType P5000 

Response (success):

Machine available: True

Response (failure):

Machine available: False

Last updated