Virtual Desktops
Start virtual desktop
Start a stopped DCV virtual desktop session with automatic ODCR (On-Demand Capacity Reservation) management
put/api/dcv/virtual_desktops/start
Headers
X-EDH-USERstring required
Example:john.doe
EDH username for authentication
X-EDH-TOKENstring required
Example:eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
EDH authentication token
Response
Desktop start initiated successfully
Example response
{
"success": true,
"message": "Your virtual desktop is starting"
}