POST
/
environments
curl --request POST \
  --url https://restapi.gputrader.io/v1/environments \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "name": "<string>"
}'
"123e4567-e89b-12d3-a456-426614174000"

Authorizations

X-API-Key
string
header
required

Body

application/json
name
string
required

The name of the environment to create

Response

200
application/json
Environment successfully created

The unique identifier (UUID) of the created environment

Example:

"123e4567-e89b-12d3-a456-426614174000"