---
title: "Sync service pods"
method: POST
path: "/v1/services/{key}/sync"
tags: ["Services"]
---

# Sync service pods

`POST /v1/services/{key}/sync`

Synchronize the port forwards with current pod state

## Path parameters

- `key` string, required

## Query parameters

- `force` boolean

## Response `200`

Sync triggered

- Response
  - `success` boolean
  - `data` object
  - `error` ErrorInfo
    - `code` string
    - `message` string
  - `meta` MetaInfo
    - `count` integer
    - `timestamp` string, date-time

## Other responses

- `401` — Missing or invalid API key
- `404` — Service not found

---

[API](https://skmtc.net/txn2/apis/kubefwd-api.md) · [All operations](https://skmtc.net/txn2/apis/kubefwd-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/txn2/kubefwd-api/versions/e4f8bfb653cf/schema)
