studios
Update a Studio
Updates the given Studio session ID. Can only update non-running Studios. The compute environment can be changed by setting computeEnvId to a CE compatible with the Studio's current one; see GET /studios/{sessionId}/compatible-ce.
put/studios/{sessionId}
Path parameters
sessionIdstring required
Studio session numeric identifier
Query parameters
workspaceIdinteger
Workspace numeric identifier
Request body
Response
OK
Example response
{
"sshDetails": {
"command": "ssh username@sessionId@host -p port"
}
}