Virtual Desktops
Stop virtual desktop
Stop or hibernate a DCV virtual desktop session, automatically detecting hibernation capability
put/api/dcv/virtual_desktops/stop
Headers
X-EDH-USERstring required
Example:john.doe
EDH username for authentication
X-EDH-TOKENstring required
Example:eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
EDH authentication token
Response
Desktop stop/hibernate initiated successfully
Example response
{
"success": true,
"message": "Your desktop will be stopped soon."
}