Skip to main content
POST
/
api
/
projects
/
{id}
/
archive
Archive project via API key
curl --request POST \
  --url https://api.leanmcp.com/api/projects/{id}/archive \
  --header 'Authorization: Bearer <token>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.leanmcp.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Enter your LeanMCP API key

Path Parameters

id
string
required

Project ID

Example:

"proj_123456789"

Response

Project archived successfully

The response is of type object.