---
title: "Publish Bulk Publication"
method: POST
path: "/agent-knowledge/publications/{publication_id}:publish"
tags: ["agent-knowledge"]
---

# Publish Bulk Publication

`POST /agent-knowledge/publications/{publication_id}:publish`

## Path parameters

- `publication_id` string, required

## Query parameters

- `replace_destination` boolean

## Response `202`

Successful Response

- BulkPublishAgentKnowledgeResponse
  - `publicationId` string, required
  - `uploadUrl` string, nullable
  - `uploadHeaders` object, nullable
  - `uploadExpiresAt` string, date-time, nullable
  - `status` 'awaiting_upload' | 'validating' | 'applying' | 'committed' | 'conflicted' | 'failed', required
  - `workflowId` string, nullable

## Other responses

- `422` — Validation Error

## Changes

> 25 revisions in range; 7 not diffed.

- **2026-08-20** `946736f3fe32` — 1 info
  - added the new optional `query` request parameter `replace_destination`

[Change history](https://skmtc.dev/traversal/apis/fastapi/changes/agent-knowledge/publications/:publication_id:publish/post.md)

---

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