Skip to main content

RunApi

valkyrai-api

All URIs are relative to http://localhost:8080/v1

MethodHTTP requestDescription
updateRunHeartbeatPOST RunApiUpdate run heartbeat timestamp

updateRunHeartbeat

Void
updateRunHeartbeat(id)

Update run heartbeat timestamp

Runner keepalive to prevent lease expiration and zombie reaping

Example

Import classes:
import com.valkyrlabs.ApiException;
import com.valkyrlabs.api.RunApi;


RunApi apiInstance = new RunApi();
UUID id = UUID.randomUUID(); // UUID | Unique identifier for the Run

try {
Void result = apiInstance.updateRunHeartbeat(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling RunApi#updateRunHeartbeat");
e.printStackTrace();
}

Parameters

NameTypeDescriptionNotes
idUUIDUnique identifier for the Run

Return type

Void

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: Not defined

Generated Version Details

~value
GENERATOR VERSIONcom.valkyrlabs:ValkyrAI API 1.0.1-SNAPSHOT
API ARTIFACTcom.valkyrlabs.valkyrai-api.jar
GENERATOR VERSIONorg.openapitools.openapi-generator:7.5.0
GENERATOR CLASSorg.openapitools.codegen.languages.SpringCodegen
GENERATED DATE2025-12-03T11:13:18.492704-08:00[America/Los_Angeles]