mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat(coderd): /debug/health: add parameter to force healthcheck (#10677)
This commit is contained in:
Generated
+6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user