cURL
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>" }
Create a new terminal instance for a specific container within a stack in a rental
Rental ID
Stack ID
Container ID
Terminal instance successfully created
The response is of type object.
object