> For the complete documentation index, see [llms.txt](https://help.plusra.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.plusra.jp/how-to/manage/pause-resume.md).

# 自動返信を停止・再公開する

稼働中の自動返信を停止する手順と、停止中から再公開する手順を紹介します。

自動返信を一時的に止めたいときは、停止します。停止するとトリガーが発生しても返信せず、いつでも再公開して「稼働中」に戻せます。

## はじめる前に

* 稼働中の自動返信があること

## 手順

### 停止する

次のどちらかの方法で停止できます。停止すると、ステータスが「稼働中」から「停止中」に変わります。

* 自動返信の編集画面で、右上のメニュー（︙）から［停止する］を押す
* 自動返信の一覧で、その行のスイッチを OFF にする

### 再公開する

停止した自動返信は、次のどちらかの方法で再公開できます。再公開すると、ステータスが「停止中」から「稼働中」に戻ります。

* 自動返信の編集画面で、右上の［再公開する］を押す
* 自動返信の一覧で、その行のスイッチを ON にする

{% hint style="info" %}
［再公開する］は、停止した自動返信をもう一度動かすボタンです。編集した内容を反映する［変更を公開］とは別です。
{% endhint %}

## 完了後の状態

停止中は、トリガーが発生しても返信しません。再公開すると、また自動で返信します。

## 関連ガイド

* [自動返信のステータス](/reference/statuses.md)
* [自動返信を公開する](/how-to/manage/publish.md)
* [自動返信が動かない](/troubleshooting/auto-reply-issues.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://help.plusra.jp/how-to/manage/pause-resume.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.
