Force Checkpoint
Force a database checkpoint.
Flushes pending writes before app updates.
Response Body
application/json
curl -X POST "https://example.com/health/checkpoint"{ "checkpointed": true, "detail": "string", "success": true}Force a database checkpoint.
Flushes pending writes before app updates.
application/json
curl -X POST "https://example.com/health/checkpoint"{ "checkpointed": true, "detail": "string", "success": true}