---
title: "Upsert Admin Yamato Proxy Deployment"
method: PUT
path: "/v1/admin/yamato/proxy-deployments"
---

# Upsert Admin Yamato Proxy Deployment

`PUT /v1/admin/yamato/proxy-deployments`

Create/update provider proxy registry metadata without VM side effects.

## Query parameters

- `provider` string, nullable

## Request body

- AdminYamatoProxyDeploymentInput — Admin-managed Central Yamato proxy deployment registry input.
  - `envId` string, nullable
  - `cloudRegion` string, nullable
  - `networkBoundaryKey` string, nullable
  - `endpointUrl` string, required
  - `proxySyncToken` string, nullable
  - `caPem` string, nullable
  - `networkBoundaryMetadata` object

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/tabtabtab/apis/fastapi.md) · [All operations](https://skmtc.dev/tabtabtab/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tabtabtab/fastapi/revisions/73961d1e6152/schema)
