Machines
set min-bid
Sets the minimum bid price for a specified machine.
CLI Usage: vastai set min-bid <machine_id> --price <price>
put/api/v0/machines/{machine_id}/minbid/
Path parameters
machine_idinteger required
The ID of the machine.
Request body
Example request
{
"price": 0.5
}Response
Success response
Example response
{
"success": true
}Changes
No recorded changes to this endpoint across all 1 revision of this API.