> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vertracloud.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Check Infrastructure Status

> Checks if the infrastructure is fully operational.

### Response

<ResponseField name="status" type="string">
  Indicates the current infrastructure status. Possible values: `healthy`,
  `unknown`, `degraded`.
</ResponseField>

<ResponseField name="response" type="string">
  A message describing the infrastructure status. Possible values: `All systems
      operational`, `Some systems are degraded`, `Some systems are down`.
</ResponseField>

<ResponseExample>
  ```json Response theme={null}
  {
    "status": "healthy",
    "response": "All systems operational"
  }
  ```
</ResponseExample>
