Skip to main content
PUT
Change Instance Bid Price

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

id
integer
required

Instance ID

Body

application/json
client_id
string
required

Client identifier (usually "me")

Example:

"me"

price
number
required

Bid price in $/hour

Required range: 0.001 <= x <= 32
Example:

0.17

Response

Returns {success: true} when the bid price is updated successfully.

success
boolean

True when updated