Update a Studio
PUT/studios/:sessionId
Updates the specified Data Studio session. Can only update non-running Studios. The compute environment can be changed by setting computeEnvId to a compute environment compatible with the Studio's current one. See GET /studios/{sessionId}/compatible-ce for compatible options.
Request
Responses
- 200
- 400
- 403
- 404
- 409
OK
BadRequest
Operation not allowed.
NotFound, when the Studio is not found or when the API is disabled for the workspace.
Conflict - duplicated name