RunApi
valkyrai-api
All URIs are relative to http://localhost:8080/v1
| Method | HTTP request | Description |
|---|---|---|
| updateRunHeartbeat | POST RunApi | Update 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
| Name | Type | Description | Notes |
|---|---|---|---|
| id | UUID | Unique identifier for the Run |
Return type
Authorization
No authorization required
HTTP request headers
- Content-Type: Not defined
- Accept: Not defined
Generated Version Details
| ~ | value |
|---|---|
| GENERATOR VERSION | com.valkyrlabs:ValkyrAI API 1.0.1-SNAPSHOT |
| API ARTIFACT | com.valkyrlabs.valkyrai-api.jar |
| GENERATOR VERSION | org.openapitools.openapi-generator:7.5.0 |
| GENERATOR CLASS | org.openapitools.codegen.languages.SpringCodegen |
| GENERATED DATE | 2025-12-03T11:13:18.492704-08:00[America/Los_Angeles] |