> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jobkit.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Archive plan

> Archive a plan with the given ID

<Note>Requires admin authentication</Note>
<Check>The plan will be hidden in the future. Existing jobs will NOT be affected</Check>

<ParamField path="id" type="integer" required>
  The id of the plan to archive
</ParamField>

<ResponseExample>
  ```json Response theme={"system"}
    {
      "message": "Plan successfully archived."
    }
  ```
</ResponseExample>
