Weaviate · Schema

BackupRestoreRequest

Request body for restoring a backup for a set of collections (classes).

Vector DatabaseArtificial IntelligenceMachine-LearningSemantic SearchOpen-SourceGraphQLKubernetes

Properties

Name Type Description
config object
include array List of collections (classes) to include in the backup restoration process.
exclude array List of collections (classes) to exclude from the backup restoration process.
node_mapping object Allows overriding the node names stored in the backup with different ones. Useful when restoring backups to a different environment.
overwriteAlias boolean Allows ovewriting the collection alias if there is a conflict
View JSON Schema on GitHub

JSON Schema

weaviate-backuprestorerequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BackupRestoreRequest",
  "title": "BackupRestoreRequest",
  "description": "Request body for restoring a backup for a set of collections (classes).",
  "properties": {
    "config": {
      "$ref": "#/components/schemas/RestoreConfig"
    },
    "include": {
      "type": "array",
      "description": "List of collections (classes) to include in the backup restoration process.",
      "items": {
        "type": "string"
      }
    },
    "exclude": {
      "type": "array",
      "description": "List of collections (classes) to exclude from the backup restoration process.",
      "items": {
        "type": "string"
      }
    },
    "node_mapping": {
      "type": "object",
      "description": "Allows overriding the node names stored in the backup with different ones. Useful when restoring backups to a different environment.",
      "additionalProperties": {
        "type": "string"
      }
    },
    "overwriteAlias": {
      "type": "boolean",
      "description": "Allows ovewriting the collection alias if there is a conflict"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/weaviate-backuprestorerequest"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.