Skip to main content
PUT
list machine

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

sla_r_claim
number<float>

Host reliability claim. Values above 0 enable SLA on the offer. Must be greater than 0 and at most 0.9999 when enabling SLA; exactly 1.0 is rejected. Set to 0 to disable SLA on new rentals.

Required range: 0 <= x <= 0.9999
sla_sigma_x
number<float>

Host confidence spread — how wide your belief is around the claim. Must be greater than 0 and at most 3.0. Defaults to 0.5 when enabling SLA.

sla_max_beta
number<float>

Optional ask term capping how aggressively long-running contracts may weight recent uptime versus longer history in settlement. Hosts do not set β — the platform derives β from the client's target_reliability at rent. Leave unset for uncapped. When set, must be in (0, 1) and at least the default beta derived at your claim.

sla_r_target
number<float>

Ignored on asks. Client coverage target is supplied at search/rent time (target_reliability), not set by the host.

sla_reliability
number<float>

Legacy alias for sla_r_target; ignored on asks.

Response

Successful response

success
boolean
you_sent
object

Echo of the request body

results
object[]