---
title: "Recreate Pod"
method: POST
path: "/apps/{appId}/pods/{podId}/recreate"
tags: ["Pods"]
---

# Recreate Pod

`POST /apps/{appId}/pods/{podId}/recreate`

Recreate a pod, deleting previous one.

## Path parameters

- `appId` string, required
- `podId` string, required

## Response `200`

Pod reset was successfully triggered.

## Other responses

- `401` — User is unauthorized.
- `403` — User has invalid card or suspended.
- `404` — Pod is not found.
- `409` — Conflict
- `500` — Unexpected server error.

---

[API](https://skmtc.net/bunny/apis/bunny-net-cdn-logging.md) · [All operations](https://skmtc.net/bunny/apis/bunny-net-cdn-logging/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunny/bunny-net-cdn-logging/versions/9e622620664b/schema)
