---
title: "Schedule removal of a pod"
method: POST
path: "/pods/{id}/schedule-removal"
tags: ["Support API Key Authentication"]
---

# Schedule removal of a pod

`POST /pods/{id}/schedule-removal`

Endpoint to schedule removal of a pod.

## Path parameters

- `id` string, uuid, required

## Request body

- ScheduleRemovalRequest
  - `removal_scheduled_at` string, required

## Response `200`

Pod removal scheduled successfully

- unknown

## Other responses

- `400` — Invalid input
- `404` — Pod not found
- `422` — Validation Error
- `500` — Internal server error

---

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