ChatterBeamDevelopers
POST · projects:write

Restore project

Execute the restore_project capability through REST or MCP with the same authorization and project checks.

WriteMinimum role: owner

REST

POST/api/v1/projects/:projectId/restore
curl "https://chatterbeam.com/api/v1/projects/{projectId}/restore" \
  --request POST \
  --header "Authorization: Bearer $CHATTERBEAM_API_KEY" \
  --header "Idempotency-Key: unique-operation-key"

MCP

Tool name: restore_project. The tool returns the same structured { data, meta } result as REST.

Input

projectIdRequired path identifier

Authorization

Required scope: projects:write. Scope checks are followed by current project membership and the owner minimum role.

Related resources