---
title: "Stop Pulse Dashboard Message"
method: POST
path: "/v2/artifacts/{artifactId}/stop"
tags: ["Duvo Pulse"]
---

# Stop Pulse Dashboard Message

`POST /v2/artifacts/{artifactId}/stop`

Stop an in-flight Duvo Pulse generation turn. Only the creator can stop. Flips the dashboard to 'interrupted' and keeps any streamed-so-far reply; stopping when nothing is generating is a successful no-op.

## Path parameters

- `artifactId` string, uuid, required

## Request body

- object
  - `partial_text` string — The assistant text streamed so far, kept in the conversation as the partial reply. Omit when calling from an API client without streaming state.

## Response `200`

Default Response

- object
  - `artifact` object, required
    - `id` string, uuid, required
    - `team_id` string, uuid, required
    - `created_by_user_id` string, uuid, required
    - `title` string, nullable, required
    - `html_code_present` boolean, required
    - `status` 'not_started' | 'pending' | 'running' | 'completed' | 'failed' | 'interrupted', required
    - `visibility` 'private' | 'team' | 'organization' | 'teams', required
    - `publish_permission` 'view' | 'edit', required
    - `thumbnail_url` string, nullable
    - `refresh_frequency` 'every_15_minutes' | 'every_30_minutes' | 'hourly' | 'every_6_hours' | 'daily' | 'weekly', nullable
    - `last_refresh_at` string, nullable
    - `next_refresh_at` string, nullable
    - `created_at` string, required
    - `updated_at` string, required

## Other responses

- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `500` — Default Response

---

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