Skip to content
Dashboard

Keep computer alive

POST/computers/{id}/keepalive

Extend the timeout for a computer session and verify it is still running

Path ParametersExpand Collapse
id: string

Keep computer alive

curl https://api.tzafon.ai/computers/$ID/keepalive \
    -X POST \
    -H "Authorization: Bearer $TZAFON_API_KEY"
{
  "foo": "bar"
}
Returns Examples
{
  "foo": "bar"
}