DeepFellow DOCS

Archive project

Archives a project in the organization. Archived projects cannot be used or updated.

POST
/v1/organization/projects/{project_id}/archive
AuthorizationBearer <token>

In: header

Path Parameters

project_idProject Id

The ID of the project.

Match^[0-9a-fA-F]{24}$

Header Parameters

OpenAI-Organization?Openai-Organization

Response Body

curl -X POST "https://loading/v1/organization/projects/5eb7cf5a86d9755df3a6c593/archive" \
  -H "OpenAI-Organization: 5eb7cf5a86d9755df3a6c593"
{
  "name": "Simplito",
  "status": "active",
  "models": [
    "llama3.1:8b",
    "qwen3:latest"
  ],
  "custom_endpoints": [
    "/v1/ocr",
    "/summarize"
  ],
  "id": "5eb7cf5a86d9755df3a6c593",
  "created_at": 1759917874
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}

We use cookies on our website. We use them to ensure proper functioning of the site and, if you agree, for purposes such as analytics, marketing, and targeting ads.