# 헬스 체크

## API 서버의 동작 여부를 반환합니다.

<mark style="color:blue;">`GET`</mark> `/v1/vasp/health`

CODE 서버가 자신이 관리하는 VAP 목록의 `health` 상태를 관리하기 위해 일정 주기(약 5분)로 호출합니다.

요청(Request) 내의나 Header 나 Body 는 확인하지 않습니다.

**Response**

*200 OK*

Body 내용은 없어도 됩니다.

* 200 OK: `health` 상태를 `up` 으로 유지.
* 그 외 응답: `health` 상태를 `down` 으로 변경.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://codevasp.gitbook.io/code-api-docs-ko/vasp-api/undefined-4.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
