AvaCloud API
AvaCloud App
AvaCloud API
AvaCloud API
  • 👋Welcome
  • 🚀Getting Started
    • First steps
  • ⚙️API Reference
    • Key Concepts
    • Authentication
      • Create Token
    • L1
      • Get L1s
      • Create L1
      • Get L1
      • Health Check
      • Teardown
    • Plans
      • Get Infra Plans
  • Specification
Powered by GitBook

© 2025 Ava Labs, Inc.

On this page
  • Request Overview
  • GETHealth check for L1

Was this helpful?

  1. API Reference
  2. L1

Health Check

Returns the health status of an L1

PreviousGet L1NextTeardown

Last updated 4 months ago

Was this helpful?

Request Overview

Parameter
Example Value
Description

subnetID*

"dd9d03e6-f992-4657-bb92-f68b12999fdb"

The unique identifier of an L1

*required field


⚙️

Health check for L1

get

Checks the health of a L1.

Authorizations
Path parameters
subnetIDstringRequired

SubnetID

Responses
200
OK
application/json
401
Unauthorized
404
Not Found
500
Internal Server Error
get
GET /v1/api/subnets/{subnetID}/health HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
{
  "healthy": true,
  "notFound": true
}