Skip to main content
PUT
/
plans
/
{id}
/
archive.json
Archive plan
curl --request PUT \
  --url https://elixir.jobkit.io/plans/{id}/archive.json \
  --header 'Authorization: Basic <encoded-value>'
  {
    "message": "Plan successfully archived."
  }

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.

Requires admin authentication
The plan will be hidden in the future. Existing jobs will NOT be affected
id
integer
required
The id of the plan to archive
  {
    "message": "Plan successfully archived."
  }