PUT
/
plans
/
{id}
/
archive.json
curl --request PUT \
  --url https://elixir.jobkit.io/plans/{id}/archive.json \
  --header 'Authorization: Basic <encoded-value>'
  {
    "message": "Plan successfully archived."
  }
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."
  }