GET
/
environments
/
{envId}
/
script
curl --request GET \
  --url https://restapi.gputrader.io/v1/environments/{envId}/script \
  --header 'X-API-Key: <api-key>'
"curl -fsSL https://example.com/install.sh | bash -s -- --env-id abc123"

Authorizations

X-API-Key
string
header
required

Path Parameters

envId
string
required

Environment ID

Response

200
text/plain
Successfully retrieved installation script

CURL command for environment installation

Example:

"curl -fsSL https://example.com/install.sh | bash -s -- --env-id abc123"