---
title: "Exclude pages from sync"
method: POST
path: "/crawl/{id}/pages/exclude"
tags: ["Crawl"]
---

# Exclude pages from sync

`POST /crawl/{id}/pages/exclude`

Bulk exclude pages from future syncs. Excluding a page deletes its knowledge base content so the AI no longer surfaces it, and skips it on future crawls. Re-including a page requeues it for the next crawl to rebuild its content.

## Path parameters

- `id` string, uuid, required

## Request body

- BulkPageActionDto
  - `page_ids` string[], required

## Response `200`

Default Response

- object
  - `excluded` number, required

## Other responses

- `500` — Internal Server Error

---

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