---
title: "Pause an invocation"
method: PATCH
path: "/invocations/{invocation_id}/pause"
tags: ["invocation"]
---

# Pause an invocation

`PATCH /invocations/{invocation_id}/pause`

## Path parameters

- `invocation_id` string, required

## Response `200`

Invocation is already paused

## Other responses

- `202` — Pausing invocation
- `400`
- `404`
- `409` — The invocation is not running. An invocation can be paused only when running.
- `503` — Error when routing the request within restate.

## Changes

> 8 revisions in range; 1 could not be searched.

- **2026-01-30** `059a44500a5c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/restatedev/apis/admin-api/changes/invocations/:invocation_id/pause/patch.md)

---

[API](https://skmtc.dev/restatedev/apis/admin-api.md) · [All operations](https://skmtc.dev/restatedev/apis/admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/restatedev/admin-api/revisions/5361f4818c71/schema)
