API Reference
Hosts
List Machine
2min
PUT
QUERY PARAMETERS
api_key
string
*owner
string
*BODY PARAMETERS
body
ListMachineRequest
*machine
integer<int32>
*The ID of the machine to list.
price_gpu
number
*The per GPU rental price in $/hour for active instances.
price_disk
number
*The storage price in $/GB/month for inactive instances.
price_inetu
number
*The price for internet upload bandwidth in $/GB.
price_inetd
number
*The price for internet download bandwidth in $/GB.
min_chunk
integer<int32>
*The minimum amount of GPUs required.
end_date
number
*The Unix timestamp of the available until date (optional).
RESPONSES
200
Successful response
ListMachineResponse
success
boolean
*Indicates if the request was successful
machine_id
integer<int32>
*The ID of the machine after it was listed
user_id
integer<int32>
*The ID of the user who listed the machine
you_sent
ListMachineRequest
*

Updated 20 Jul 2023
Did this page help you?