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
Documentation IndexFetch the complete documentation index at: https://docs.gputrader.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.gputrader.io/llms.txt
Use this file to discover all available pages before exploring further.
Environment ID
Show child attributes
Environment listing successfully updated
Confirmation of successful update