Skip to main content
PUT
List Machine GPU Offers

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Body

application/json
machine
integer
required

ID of the machine to list

price_gpu
number<float>

Price per GPU per hour

price_disk
number<float>

Price per GB of disk storage

price_inetu
number<float>

Price per GB of upload bandwidth

price_inetd
number<float>

Price per GB of download bandwidth

price_min_bid
number<float>

Minimum bid price allowed

min_chunk
integer
default:1

Minimum number of GPUs that must be rented together

end_date
number<float>

Unix timestamp for when the listing expires

credit_discount_max
number<float>

Maximum discount rate allowed for prepaid credits

hidden_listing
boolean

When true the offers are created but not shown publicly in search results.

Example:

false

machines
array

List of machine IDs to list simultaneously; overrides the singular machine field when provided.

Example:

Response

Returns {success, you_sent, results} with per-machine results from create_asks_

success
boolean

Whether all per-machine ask operations succeeded

you_sent
object

Echo of the request body

results
object[]

Per-machine result objects from the ask-creation process