---
title: "Pause or Unpause Prompts"
method: PATCH
path: "/api/v1/prompts/status"
tags: ["Basics"]
---

# Pause or Unpause Prompts

`PATCH /api/v1/prompts/status`

Pauses or unpauses multiple prompts in one transaction.

## Request body

- object
  - `website_id` string, uuid, required
  - `prompt_ids` string[], required
  - `status` 'active' | 'paused', required — `paused` to pause, `active` to unpause.

## Response `200`

Status updated

- object
  - `success` boolean, required
  - `message` string, required
  - `changed_count` integer, required
  - `unchanged_count` integer, required

## Other responses

- `400` — Bad request - Validation error
- `401` — Unauthorized - Invalid or missing API key
- `403` — Forbidden - You don't have access to this website
- `500` — Internal server error

---

[API](https://skmtc.net/athenahq/apis/athenahq-api.md) · [All operations](https://skmtc.net/athenahq/apis/athenahq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/athenahq/athenahq-api/versions/6c5d71622cb9/schema)
