Skip to content
Stable Diffusion API

Clear Cache API — Misc Endpoints

Clear cached models on your dedicated Enterprise server to free GPU memory.

Clear Cache

Free GPU memory by clearing cached models on your Enterprise server.

curl -X POST 'https://stablediffusionapi.com/api/v3/clear_cache' \
  -H 'Content-Type: application/json' \
  -d '{"key": "YOUR_API_KEY"}'

Available on Enterprise plans only.