feat(coderd): /debug/health: add parameter to force healthcheck (#10677)

This commit is contained in:
Cian Johnston
2023-11-15 15:54:15 +00:00
committed by GitHub
parent 290180b104
commit 9d310388e5
5 changed files with 82 additions and 11 deletions
+6
View File
@@ -33,6 +33,12 @@ curl -X GET http://coder-server:8080/api/v2/debug/health \
`GET /debug/health`
### Parameters
| Name | In | Type | Required | Description |
| ------- | ----- | ------- | -------- | -------------------------- |
| `force` | query | boolean | false | Force a healthcheck to run |
### Example responses
> 200 Response