---
title: "Archives a project in the organization. Archived projects cannot be used or updated."
method: POST
path: "/organization/projects/{project_id}/archive"
tags: ["Projects"]
---

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

`POST /organization/projects/{project_id}/archive`

## Path parameters

- `project_id` string, required

## Response `200`

Project archived successfully.

- Project — Represents an individual project.
  - `id` string, required — The identifier, which can be referenced in API endpoints
  - `object` 'organization.project', required — The object type, which is always `organization.project`
  - `name` string, required — The name of the project. This appears in reporting.
  - `created_at` integer, required — The Unix timestamp (in seconds) of when the project was created.
  - `archived_at` integer, nullable — The Unix timestamp (in seconds) of when the project was archived or `null`.
  - `status` 'active' | 'archived', required — `active` or `archived`

## Changes

- **2024-10-17** `8729aaa35436` — 2 warning
  - removed the optional property `app_use_case` from the response with the `200` status
  - removed the optional property `business_website` from the response with the `200` status
- **2024-09-12** `501122aa32ad` — 2 info
  - added the optional property `app_use_case` to the response with the `200` status
  - added the optional property `business_website` to the response with the `200` status
- **2024-08-06** `c36d30a94622` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openai/apis/openai-api-2/changes/organization/projects/:project_id/archive/post.md)

---

[API](https://skmtc.dev/openai/apis/openai-api-2.md) · [All operations](https://skmtc.dev/openai/apis/openai-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openai/openai-api-2/revisions/2f8ca92b9b18/schema)
