---
title: "Record managed computer activity"
method: POST
path: "/api/v0/computers/{computerId}/activity"
tags: ["Computers"]
---

# Record managed computer activity

`POST /api/v0/computers/{computerId}/activity`

Advances the inactivity clock for an active managed computer without performing connection or restart work. Not supported for BYOM computers.

## Path parameters

- `computerId` string, required — Computer ID

## Response `200`

Response for status 200

- RecordComputerActivity200ResponseBody
  - `lastActiveAt` number, required

## Other responses

- `400` — Response for status 400
- `401` — Response for status 401
- `403` — Response for status 403
- `404` — Response for status 404
- `500` — Response for status 500

## Changes

- **2026-09-09** `b8a9b7beab68` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/factory/apis/factory-public-api/changes/api/v0/computers/:computerId/activity/post.md)

---

[API](https://skmtc.dev/factory/apis/factory-public-api.md) · [All operations](https://skmtc.dev/factory/apis/factory-public-api/llms.txt) · [OpenAPI document](https://skmtc.dev/factory/apis/factory-public-api/revisions/b8a9b7beab68?raw)
