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

# Db Maintenance (GET)

> Auto-generated from serverless function db-maintenance.



## OpenAPI

````yaml /openapi.json get /db-maintenance
openapi: 3.0.3
info:
  title: Crovant API
  version: 1.0.0
  description: >-
    Auto-generated from the serverless handlers in `netlify/functions/`.
    Endpoints are served under `/api`; the legacy `/.netlify/functions` prefix
    resolves to the same handlers.
servers:
  - url: https://crovant.com/api
    description: Production
  - url: /api
    description: Relative to the current origin
security: []
paths:
  /db-maintenance:
    get:
      tags:
        - Db Maintenance
      summary: Db Maintenance (GET)
      description: Auto-generated from serverless function db-maintenance.
      operationId: get_db_maintenance
      parameters:
        - name: action
          in: query
          required: false
          schema:
            type: string
        - name: dryRun
          in: query
          required: false
          schema:
            type: string
        - name: confirm
          in: query
          required: false
          schema:
            type: string
      responses:
        '200':
          description: Success

````