---
title: "Pause endpoint"
method: PUT
path: "/v1/projects/{projectID}/endpoints/{endpointID}/pause"
tags: ["Endpoints"]
---

# Pause endpoint

`PUT /v1/projects/{projectID}/endpoints/{endpointID}/pause`

This endpoint toggles an endpoint status between the active and paused states

## Path parameters

- `projectID` string, required
- `endpointID` string, required

## Changes

- **2024-01-30** `5a219dba9f40` — 1 breaking, 2 info
  - removed the success response with the status `202`
  - api operation id `PauseEndpoint` removed and replaced with ``
  - added the success response with the status `200`

[Change history](https://skmtc.dev/frain-dev/apis/convoy-api-reference/changes/v1/projects/:projectID/endpoints/:endpointID/pause/put.md)

---

[API](https://skmtc.dev/frain-dev/apis/convoy-api-reference.md) · [All operations](https://skmtc.dev/frain-dev/apis/convoy-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/frain-dev/convoy-api-reference/revisions/5a219dba9f40/schema)
