> ## Documentation Index
> Fetch the complete documentation index at: https://docs.platinur.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Api Initial Build Refresh Sources

> Drop the cached warehouse probe so the Build tab's source list re-discovers newly
loaded schemas and new tables in existing schemas on the next render. The Build tab is
server-rendered from this cache, so the client reloads after this returns.



## OpenAPI

````yaml /api/openapi.json post /api/initial-build/refresh-sources
openapi: 3.1.0
info:
  description: >-
    Environment-aware APIs for Platinur configuration, integrations, operations,
    promotions, scheduling, monitoring, and assistant tasks.
  title: Platinur Control Plane API
  version: 1.0.0-rc4
servers:
  - description: Local Platinur control-plane API
    url: http://localhost:8080
security: []
paths:
  /api/initial-build/refresh-sources:
    post:
      tags:
        - Control Plane
      summary: Api Initial Build Refresh Sources
      description: >-
        Drop the cached warehouse probe so the Build tab's source list
        re-discovers newly

        loaded schemas and new tables in existing schemas on the next render.
        The Build tab is

        server-rendered from this cache, so the client reloads after this
        returns.
      operationId: api_initial_build_refresh_sources_api_initial_build_refresh_sources_post
      responses:
        '200':
          content:
            application/json:
              schema: {}
          description: Successful Response

````