v1

latestOpenAPI 3.1.0Apache 2.02026-07-17870411.0 KB
Virtual Desktops

Resize virtual desktop instance type

Modify the instance type of a DCV desktop session. The session must be in stopped state.

put/api/dcv/virtual_desktops/resize

Headers

X-EDH-USERstring required
Example:john.doe

EDH username for authentication

X-EDH-TOKENstring required
Example:eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...

EDH authentication token

Response

Virtual desktop successfully resized

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Your virtual desktop has been updated"
}