Target Nodes
Resize target node instance type
Modify the instance type of a target node session. The session must be in stopped state.
put/api/target_nodes/resize
Headers
X-EDH-USERstring required
Example:john.doe
EDH username for authentication
X-EDH-TOKENstring required
Example:abc123def456
EDH authentication token
Response
Virtual desktop successfully resized
Example response
{
"success": true,
"message": "Your virtual desktop has been updated"
}