Procurements
Update procurement
Update an existing procurement.
patch/v0/procurements/{id}
Path parameters
idstring required
Procurement ID
Request body
Example request
{
"instance_type": "h100i",
"desired_quantity": 5,
"buy_limit_price_per_gpu_hour": 350,
"sell_limit_price_per_gpu_hour": 50,
"horizon": 120
}Response
Successfully updated procurement
Example response
{
"object": "procurement",
"id": "proc_W9TRG",
"instance_type": "h100i",
"desired_quantity": 1,
"buy_limit_price_per_gpu_hour": 250,
"sell_limit_price_per_gpu_hour": 25,
"horizon": 60,
"colocation_strategy": {
"cluster_name": "richmond"
}
}