## Keepalive **post** `/computers/{id}/keepalive` Extend the timeout for a computer session and verify it is still running ### Path Parameters - `id: string` ### Example ```http curl https://api.tzafon.ai/computers/$ID/keepalive \ -X POST \ -H "Authorization: Bearer $TZAFON_API_KEY" ```