---
title: "Activate User Schema V1"
method: POST
path: "/v1/schemas/{schema_id}/activate"
tags: ["v1", "Schema Management"]
---

# Activate User Schema V1

`POST /v1/schemas/{schema_id}/activate`

Activate or deactivate a schema.
    
    Active schemas are used for memory extraction and graph generation.
    Multiple schemas can be active simultaneously and will be merged during
    the extraction process.

## Path parameters

- `schema_id` string, required

## Request body

- boolean — True to activate, False to deactivate

## Response `200`

Schema activated successfully

- unknown

## Other responses

- `401` — Unauthorized
- `403` — Insufficient permissions
- `404` — Schema not found
- `422` — Validation Error
- `500` — Internal server error

## Changes

- **2025-11-07** `14ff13755871` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/papr-ai/apis/papr-memory-api/changes/v1/schemas/:schema_id/activate/post.md)

---

[API](https://skmtc.dev/papr-ai/apis/papr-memory-api.md) · [All operations](https://skmtc.dev/papr-ai/apis/papr-memory-api/llms.txt) · [OpenAPI document](https://skmtc.dev/papr-ai/apis/papr-memory-api/revisions/34b5e739fd20?raw)
