cURL
curl --request PUT \ --url https://console.vast.ai/api/v0/machines/{machine_id}/minbid/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "price": 0.5 }'
{ "success": true, "you_sent": {} }
Sets the minimum bid price for a specified machine.
CLI Usage: vastai set min-bid <machine_id> --price <price>
vastai set min-bid <machine_id> --price <price>
API key must be provided in the Authorization header
The ID of the machine.
Minimum bid price for the machine.
0.5
Success response
true
The original request JSON.