---
title: "Pause function"
method: POST
path: "/api/v1/functions/{function_id}/pause"
tags: ["Functions"]
---

# Pause function

`POST /api/v1/functions/{function_id}/pause`

Stop serving traffic. The image and revisions are kept; resume any time.

## Path parameters

- `function_id` string, required

## Response `200`

Function paused

## Other responses

- `401` — Authentication required
- `404` — Resource not found

## Changes

- **2026-08-20** `efd3c11c5c92` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/rafftechnologies/apis/raff-api/changes/api/v1/functions/:function_id/pause/post.md)

---

[API](https://skmtc.dev/rafftechnologies/apis/raff-api.md) · [All operations](https://skmtc.dev/rafftechnologies/apis/raff-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rafftechnologies/raff-api/revisions/9f5798fcd5a1/schema)
