Skip to main content
PUT
change bid

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

Success response

success
boolean
Example:

true