POST
/
rentals
/
{rentalId}
/
stacks
/
{stackId}
/
containers
/
{containerId}
/
terminal
curl --request POST \
  --url https://restapi.gputrader.io/v1/rentals/{rentalId}/stacks/{stackId}/containers/{containerId}/terminal \
  --header 'X-API-Key: <api-key>'
{
  "id": "<string>",
  "jwt": "<string>"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

rentalId
string
required

Rental ID

stackId
string
required

Stack ID

containerId
string
required

Container ID

Response

200
application/json
Terminal instance successfully created
id
string

ID of the container log response

jwt
string

jwt from user auth