Skip to content

Commit

Permalink
add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mwdomino committed Jul 30, 2024
1 parent 68ce415 commit 80e39d6
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/user_guide/api/other.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,15 @@ Health check endpoint for Kubernetes or similar
{
"status": "healthy"
}
```
```

## /api/v1/admin/shutdown

### `POST /api/v1/admin/shutdown`

Gracefully shut down the application

=== "Request"
```bash
curl --request POST gnmic-api-address:port/api/v1/admin/shutdown
```

0 comments on commit 80e39d6

Please sign in to comment.