---
title: "Stop a Pod"
method: POST
path: "/pods/{podId}/stop"
tags: ["pods"]
---

# Stop a Pod

`POST /pods/{podId}/stop`

Stop a Pod.

## Path parameters

- `podId` string, required

## Response `200`

Pod successfully stopped.

## Other responses

- `400` — Invalid Pod ID.
- `401` — Unauthorized.

---

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