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

Documentation Index

Fetch the complete documentation index at: https://docs.gputrader.io/llms.txt

Use this file to discover all available pages before exploring further.

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

Terminal instance successfully created

id
string

ID of the container log response

jwt
string

jwt from user auth