---
title: "Clear Site Cache"
method: POST
path: "/sites/tools/clear-cache"
tags: ["WordPress Site Tools"]
---

# Clear Site Cache

`POST /sites/tools/clear-cache`

## Request body

- ClearCacheRequestBody
  - `environment_id` string, required

## Response `202`

Clearing site cache in progress

- MKClearCacheResponse
  - `operation_id` string, required
  - `message` string, required
  - `status` number, required

## Other responses

- `401` — No or invalid API key provided to the request
- `500` — Error occurred while trying to clear cache

---

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