curl --request POST \
--url https://api.gputrader.io/v1/templates/custom \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"name": "<string>",
"description": "<string>",
"content": "<string>",
"environmentVariables": [
[
"<string>"
]
],
"isBasicAuthEnabled": true,
"isSSHEnabled": true,
"insecure": true
}'
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
Create a new custom template configuration
curl --request POST \
--url https://api.gputrader.io/v1/templates/custom \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"name": "<string>",
"description": "<string>",
"content": "<string>",
"environmentVariables": [
[
"<string>"
]
],
"isBasicAuthEnabled": true,
"isSSHEnabled": true,
"insecure": true
}'
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
Template successfully created
The response is of type string<uuid>
.