From ccc577e15cf2a875f67ddbbbe9fc9507fe5ecdb7 Mon Sep 17 00:00:00 2001 From: zuby Date: Wed, 26 Aug 2026 18:00:08 -0700 Subject: [PATCH] fix create instance flag name: --price is --bid_price --- api-reference/creating-instances-with-api.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/creating-instances-with-api.mdx b/api-reference/creating-instances-with-api.mdx index d5174217..0076e547 100644 --- a/api-reference/creating-instances-with-api.mdx +++ b/api-reference/creating-instances-with-api.mdx @@ -679,7 +679,7 @@ The Vast.ai CLI provides equivalent commands for instance creation: - `--env ENV` - Docker options (env vars and ports) - `--onstart-cmd CMD` - Onstart script - `--label LABEL` - Instance name -- `--price PRICE` - Bid price for interruptible instances +- `--bid_price PRICE` - Bid price for interruptible instances - `--link-volume ID` - Attach an existing volume - `--mount-path PATH` - Volume mount path