---
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** (v3) `a138f74e9d23` — 2 breaking
  - the `allOf[subschema #2]/data/http_timeout` response's property type/format changed from `string`/`` to `integer`/`` for status `200`
  - the `allOf[subschema #2]/data/rate_limit_duration` response's property type/format changed from `string`/`` to `integer`/`` for status `200`

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

---

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