---
title: "Synchronize tool server"
method: POST
path: "/v2/tool_servers/{tool_server_id}/sync"
tags: ["Tool Servers"]
---

# Synchronize tool server

`POST /v2/tool_servers/{tool_server_id}/sync`

Synchronizes the tool server to refresh its list of tools.

## Path parameters

- `tool_server_id` string, required

## Headers

- `Request-Timeout` integer
- `Request-Timeout-Millis` integer

## Response `204`

The tool server is synchronized.

## Other responses

- `403` — Permissions do not allow synchronizing this tool server.
- `404` — Tool server not found.

---

[API](https://skmtc.net/vectara/apis/vectara-rest-api-v2.md) · [All operations](https://skmtc.net/vectara/apis/vectara-rest-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vectara/vectara-rest-api-v2/revisions/83554494d7f8/schema)
