---
title: "change bid"
method: PUT
path: "/api/v0/instances/bid_price/{id}/"
tags: ["Instances"]
---

# change bid

`PUT /api/v0/instances/bid_price/{id}/`

Change the current bid price of an instance to a specified price.

CLI Usage: `vastai change bid <id> --price <price>`

## Path parameters

- `id` integer, required

## Request body

- object
  - `client_id` string, required — Client identifier (usually "me")
  - `price` number, required — Bid price in $/hour

## Response `200`

Success response

- object
  - `success` boolean

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `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)
