---
title: "Archive plan"
method: PUT
path: "/rest/api/3/plans/plan/{planId}/archive"
tags: ["Plans"]
---

# Archive plan

`PUT /rest/api/3/plans/plan/{planId}/archive`

Archives a plan.

**[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).

## Path parameters

- `planId` integer, required

## Response `204`

Returned if the request is successful.

- unknown

## Other responses

- `401` — Returned if the user is not logged in.
- `403` — Returned if the site has no premium edition of Jira or if the user does not have the Administer Jira global permission.
- `404` — Returned if the plan is not found.
- `409` — Returned if the plan is not active.

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-3.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api-3/revisions/5a51740d7ab3/schema)
