Instances
change bid
Change the current bid price of an instance to a specified price.
CLI Usage: vastai change bid <id> --price <price>
put/api/v0/instances/bid_price/{id}/
Path parameters
idinteger required
Instance ID
Request body
Example request
{
"client_id": "me",
"price": 0.17
}Response
Success response
Example response
{
"success": true
}Changes
No recorded changes to this endpoint across all 1 revision of this API.