---
title: "Archive Job Access"
method: PUT
path: "/api/v1/jobs/{job_id}/archive"
tags: ["Jobs"]
---

# Archive Job Access

`PUT /api/v1/jobs/{job_id}/archive`

### What is this?

This endpoint archives the job access. After archiving, this job will no longer show up on user's property list. You can still access archived job data on the `List Jobs` endpoint by setting the `archived` query parameter to `true`.

### Why would I use this?

You might use this end point to archive a property that a homeowner never completed after a certain amount of time. You can also unarchive a job if the homeowner reaches out in the future.

## Response `204`

204 No Content

## Other responses

- `404` — 404 Not Found

---

[API](https://skmtc.net/hover/apis/hover-api-v3.md) · [All operations](https://skmtc.net/hover/apis/hover-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hover/hover-api-v3/revisions/98ae3699d4c9/schema)
