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>'
{}

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.