> For the complete documentation index, see [llms.txt](https://docs.navigaglobal.com/naviga-subscribe/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.navigaglobal.com/naviga-subscribe/csr-user-guide/csr-introduction/ncs-only/vacation.md).

# Temporarily stop a subscription

This feature allows you to pause a print delivery. It functions as a temporary hold of a subscription.

Temporary stops cannot overlap with other stops or transfers. You can edit or cancel existing temporary stops in the **scheduled stops/starts** grid.

{% hint style="info" %}
Minimum NCS version required for this integration is 2020.3
{% endhint %}

## Navigation

You can find this feature under the **stop tab**. To navigate here, perform a [subscription search](/naviga-subscribe/csr-user-guide/csr-introduction/subscription-search.md), and then select the **stop** tab.

![](/files/-MNjNN_XyLAJcWI54Z8d)

## Helpful Information

Here are some helpful pointers when creating or updating temporary stops.

* Temporary stops must comply with the **vacation cut-off times** table.

  For example:

  > `Sun for Mon | 07:00 PM Sun` translates to `For a Monday stop, the cutoff must occur by 7:00 PM Sunday`.
* **Reason**, **hold**, and **donation options** come in real-time from a circulation database.
* Some common **hold options** are `VacPack`, `credit`, and `donation`. `VacPack` refers to a vacation package where the physical product will be delivered after the vacation. Sometimes `donation` allows the subscriber to specify *where* a donation goes. `Credit` extends the subscription's expiry date in accordance with the number of paused days.
* This [workflow](/naviga-subscribe/additional-resources/workflows/ncs-diagrams/temporary-stop-workflow.md) can help determine how and when to process temporary stops.

## Create a Temporary Stop

To create a temporary stop:

1. Select **temporary stop**. The **add new temporary stop** feature appears.
2. Choose a **stop date** and **resume date**. Adhere to the **vacation cut-off times** table.
3. Choose a **reason** from the drop-down menu.
4. Select a **hold option**.
5. Confirm the disclaimer text to the subscriber and select **submit**. The temporary stop is processed in real-time with the circulation system.

## Update or Cancel a Temporary Stop

If a temporary stop has already been created, you can only edit the end date (and not the start date). To edit the start date, cancel the temporary stop, and start anew.

To cancel a temporary stop:

1. Navigate to the **scheduled stops/starts** grid.
2. Select the **cancel** button next to the corresponding temporary stop.
3. Confirm you want to delete the record and select **OK**. The cancellation is processed in real-time with the circulation system.

To update a temporary stop:

1. Navigate to the **scheduled stops/starts** grid.
2. Select the **change** button next to the corresponding temporary stop. The **change a temporary stop** function appears
3. Choose the updated dates for the temporary stop, being sure to adhere to the **vacation cut-off times** chart.
4. Select **submit**. The update is processed in real-time with the circulation system.

{% hint style="info" %}
The information displayed in this tab returns in real-time from our circulation databases. You must have NCS Circ `2018.5` or greater for current integration.
{% endhint %}

See also: [Create a permanent stop](/naviga-subscribe/csr-user-guide/csr-introduction/ncs-only/permanent-stop.md), [Create a vacation transfer](/naviga-subscribe/csr-user-guide/csr-introduction/ncs-only/vacation-transfer.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.navigaglobal.com/naviga-subscribe/csr-user-guide/csr-introduction/ncs-only/vacation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
