Hardware Types

Retrieve all hardware types

get

This endpoint retrieves information about all hardware types supported by cortecs.ai.

Responses
200

A list of available hardware types.

application/json
get
/hardware-types/

Retrieve information about a specific hardware type

get

This endpoint retrieves information about a specific hardware type.

Path parameters
hardware_type_idstringRequired

The unique identifier of the hardware type.

Example: NVIDIA_L40S_1
Responses
200

Successfully retrieved hardware type information.

application/json
get
/hardware-types/{hardware_type_id}

Retrieve currently available hardware types

get

This endpoint retrieves all available hardware types.

Responses
200

Successfully retrieved available hardware types.

application/json
get
/hardware-types/available

Last updated