RecreateDesktops

Recreate Desktops

Recreate All Desktops or a specific Desktop.

POST/api/RDS/Template/{id}/RecreateDesktops
Path parameters
id*integer (int32)

The ID of the target RAS Template.

Query parameters
Response

No Content

Request
const response = await fetch('/api/RDS/Template/{id}/RecreateDesktops', {
    method: 'POST',
    headers: {},
});
const data = await response.json();
Response
{
  "type": "text",
  "title": "text",
  "status": 1,
  "detail": "text",
  "instance": "text",
  "ANY_ADDITIONAL_PROPERTY": "anything"
}

Was this helpful?