# Repair

## Repair

> Repairs an Azure Virtual Desktop Host Pool.\<br />

```json
{"openapi":"3.0.1","info":{"title":"Parallels RAS - REST API v1.0","version":"1.0"},"paths":{"/api/AVD/HostPool/{id}/Repair":{"post":{"tags":["0-Infrastructure/AVD/Host Pool//0-Basic Operations"],"summary":"Repair","description":"Repairs an Azure Virtual Desktop Host Pool.<br />","operationId":"d6fb4bfc-3683-4733-9f64-8efe78920fb2","parameters":[{"name":"id","in":"path","description":"The Id of the Azure Virtual Desktop Host Pool to repair.","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"siteId","in":"query","description":"The Id of the site which contains the Azure Virtual Desktop Host Pool. (optional)","schema":{"type":"integer","format":"int32"}}],"responses":{"204":{"description":"No Content"},"401":{"description":"Unauthorized","content":{"application/json; api-version=1.0":{"schema":{"$ref":"#/components/schemas/ProblemDetails"}}}},"404":{"description":"Not Found","content":{"application/json; api-version=1.0":{"schema":{"$ref":"#/components/schemas/ProblemDetails"}}}}}}}},"components":{"schemas":{"ProblemDetails":{"type":"object","properties":{"type":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"status":{"type":"integer","format":"int32","nullable":true},"detail":{"type":"string","nullable":true},"instance":{"type":"string","nullable":true}},"additionalProperties":{}}}}}
```
