API Reference
Instances
Change Bid Price
2min
PUT
PATH PARAMETERS
id
integer
*Example: 123456
ID of the instance to change bid
QUERY PARAMETERS
api_key
string
*Example: API-Key
BODY PARAMETERS
body
UpdateBidRequest
*client_id
string
Example: me
ID of the client
price
number
Example: 0.5
New bid price in $/hour
RESPONSES
200
Bid price updated successfully
UpdateBidResponse
success
boolean
Example: true
Indicates if the bid update was successful
msg
string
Example: Bid price changed to 0.5
Additional message regarding the bid update

Updated 20 Jul 2023
Did this page help you?