Blue Guardrails

Heartbeat Lease

Extend the current lease.

POST
/v1/optimization-runs/{run_id}/heartbeat

Path Parameters

run_id*string
Formatuuid

Header Parameters

x-workspace-id?|

Workspace UUID for session-authenticated calls.

Request Body

application/json

lease_id*string
Formatuuid
[key: string]?never

Response Body

application/json

application/json

curl -X POST "https://loading/v1/optimization-runs/497f6eca-6276-4993-bfeb-53cbbbba6f08/heartbeat" \  -H "Content-Type: application/json" \  -d '{    "lease_id": "2bb93227-93ec-4b58-a0aa-93b5a1121b74"  }'
{
  "lease_id": "2bb93227-93ec-4b58-a0aa-93b5a1121b74",
  "lease_expires_at": "2019-08-24T14:15:22Z"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}