---
title: "Shutdown"
method: POST
path: "/shutdown"
tags: ["Shutdown", "Shutdown"]
---

# Shutdown

`POST /shutdown`

Gracefully shutdown the PictoPy backend.

This endpoint schedules backend server termination after response is sent.
The frontend is responsible for shutting down the sync service separately.

Returns:
    ShutdownResponse with status and message

## Response `200`

Successful Response

- ShutdownResponse — Response model for shutdown endpoint.
  - `status` string, required
  - `message` string, required

---

[API](https://skmtc.net/aossie-org/apis/pictopy.md) · [All operations](https://skmtc.net/aossie-org/apis/pictopy/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aossie-org/pictopy/revisions/a6c11e6b42e4/schema)
