v1

latestOpenAPI 3.1.02026-07-13897404.3 KB
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

pricenumber float required

Minimum bid price for the machine.

Example request

{
  "price": 0.5
}

Response

Success response

successboolean
you_sentobject

The original request JSON.

Example response

{
  "success": true
}