cURL
curl --request PATCH \ --url https://api.gputrader.io/v1/environments/{envId}/listing \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "availabilityWindows": [ { "start": "<string>", "end": "<string>" } ], "pricing": { "pricePerGpu": 123 }, "isListed": true, "type": "<string>" }'
"<string>"
Update the listing details for a specific environment
Environment ID
Environment listing successfully updated
Confirmation of successful update