---
title: "set min-bid"
method: PUT
path: "/api/v0/machines/{machine_id}/minbid/"
tags: ["Machines"]
---

# set min-bid

`PUT /api/v0/machines/{machine_id}/minbid/`

Sets the minimum bid price for a specified machine.

CLI Usage: `vastai set min-bid <machine_id> --price <price>`

## Path parameters

- `machine_id` integer, required

## Request body

- object
  - `price` number, float, required — Minimum bid price for the machine.

## Response `200`

Success response

- object
  - `success` boolean
  - `you_sent` object — The original request JSON.

## Other responses

- `403` — Forbidden
- `422` — Unprocessable Entity
- `429` — Too Many Requests

---

[API](https://skmtc.net/vast/apis/vast-ai-api.md) · [All operations](https://skmtc.net/vast/apis/vast-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vast/vast-ai-api/revisions/4ed14f79f796/schema)
