# Job statuses

In the `Jobs` section of the left-hand sidebar, you’ll see three categories: `Active`, `Drafts`, and `Archived`. These represent the current states of your job postings:

* `Active` includes both `Online` and `Offline` jobs
* `Drafts` contains unpublished jobs still in progress
* `Archived` stores completed or paused job ads that are no longer being managed

<figure><img src="/files/B1YlXc4Ijsmoh3h3G08k" alt=""><figcaption></figcaption></figure>

***

## Online

{% hint style="success" %}
You can change a job’s status by clicking the three-dot menu <i class="fa-square-ellipsis">:square-ellipsis:</i> on the job and selecting `Change status`.
{% endhint %}

Jobs with `Online` status are live, published, and visible to candidates. They appear on JOIN’s partner job boards, your JOIN career page, and any job widgets you’ve integrated.

This status allows you to receive new applications and manage candidates directly in JOIN.

`Online` jobs:

* Count towards your job limit
* Can be promoted with premium bookings
* Are discoverable by candidates

{% hint style="warning" %}
Changing an `Online` job to `Offline` or `Archived` will immediately cancel any active premium job ads running on that job. To avoid losing premium visibility, you can wait until the promotion ends before updating the status.
{% endhint %}

***

## Offline

Jobs with `Offline` status are hidden from job boards and candidates can no longer apply.

Use this status when:

* You’re pausing hiring but still managing existing candidates
* You want to stop receiving new applications temporarily
* You’re running interviews or reviewing submitted applications

`Offline` jobs:

* Still appear in the `Active` tab
* Count towards your job limit
* Cannot be promoted until set back to `Online`

{% hint style="warning" %}
Changes to visibility on external job boards can take 24–48 hours to take full effect.
{% endhint %}

***

## Archived

`Archived` jobs are fully closed positions. They are no longer visible to candidates and candidate management is disabled.

Use the `Archived` status to:

* Declutter your `Active` tab
* Store historical job data
* Free up space in your job limit

Archived jobs:

* Do not count towards your job limit
* Cannot be edited or promoted
* Retain linked applications, which become view-only

{% hint style="warning" %}
To manage candidates again for an archived job, switch its status back to `Offline` or `Online`.
{% endhint %}

***

## Managing job limit

JOIN's subscription plans include a job limit that applies only to jobs in the `Online` or `Offline` state. `Draft` and `Archived` jobs do not count towards your job limit.

If you reach your job limit:

* You won’t be able to publish new jobs
* An information banner will appear in your `Active` jobs view
* To proceed, either upgrade your plan or archive an existing job

***

## Changing job status

You can update a job's status directly from the `Active` tab:

1. Go to the `Jobs` section and select `Active`
2. Click the three-dot menu (`...`) on the job card
3. Hover over `Change status` and select one of the following:&#x20;
   * `Online`
   * `Offline`
   * `Archived`

Your change will apply immediately in JOIN, though it may take up to 48 hours to reflect on external job boards.

Learn more about [how job limits work](/account-settings-and-billing/subscription-plans.md) and how to manage your plan.

***

### FAQs

<details>

<summary>What is an active job?</summary>

Jobs with `Online` or `Offline` status are active. `Online` is visible and receives applications; `Offline` is hidden but still manageable. `Archived` jobs are closed and don’t count toward your limit.&#x20;

</details>

<details>

<summary>What happens if I reach my job limit?</summary>

You can’t publish new jobs. You’ll see a banner in `Active`. Either upgrade your plan or archive an existing job.

</details>

<details>

<summary>How can I delete or archive a job posting?</summary>

Currently, it is not possible to delete a job posting on JOIN. However, you can set the job ad to `Offline` or `Archive`. Both actions will take the job off all Standard job boards, typically within 24-48 hours.

Setting the job ad to `Archive` instead of deleting it has the advantage that you can use it as a template for new job postings or republish it if a new person is needed for the same position in the future. To archive or set the job to offline, simply navigate to the `Jobs` tab, select the overflow menu next to the job or open the job directly, and change its status accordingly.

</details>

<details>

<summary>Can I manage candidates if a job is archived?</summary>

No. `Archived` disables candidate management. Applications are retained as view‑only. Switch back to `Offline` or `Online` to manage candidates again.

</details>

<details>

<summary>What happens if I archive a synced job in JOIN?</summary>

Archiving a job labelled `Synced` with a green check stops syncing until you restore it from `Archived`.

</details>

<details>

<summary>Can I pause hiring without losing premium visibility?</summary>

If you switch an `Online` job to `Offline`/`Archived`, premium ads are cancelled immediately. To avoid losing visibility, wait until promotions end before changing status.

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.join.com/jobs/job-statuses.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
