---
title: "Push update to Files Agent"
method: POST
path: "/remote_servers/{id}/agent_push_update"
tags: ["remote_servers", "Agent Push Updates"]
---

# Push update to Files Agent

`POST /remote_servers/{id}/agent_push_update`

Push update to Files Agent

## Path parameters

- `id` integer, required

## Response `200`

The RemoteServers object.

- AgentPushUpdateEntity — AgentPushUpdateEntity model
  - `version` string — Pushed agent version
  - `message` string — Update accepted or reason
  - `current_version` string — Installed agent version
  - `pending_version` string — Pending agent version or null
  - `last_error` string — Last error message or null
  - `error` string — Error code

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests

---

[API](https://skmtc.net/files/apis/files-com-api.md) · [All operations](https://skmtc.net/files/apis/files-com-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/files/files-com-api/revisions/c6d6f57e6da8/schema)
