cURL
curl --request POST \ --url https://capy.ai/api/v1/projects/{projectId}/warm-pool/clear \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "replenish": true } '
{ "cleared": 123, "status": { "ready": 0, "provisioning": 0, "failed": 0 } }
Delete all active warm pool instances (VMs and DB records). Optionally trigger replenishment to refill the pool with fresh instances.
API token (capy_xxxx). Generate at capy.ai/settings/tokens
Project ID.
Success
Show child attributes
Was this page helpful?