Important
Self-managed SingleStore will soon transition from version 9.1 RC to version 10. This new semantic versioning scheme will provide SingleStore with finer control over engine and feature releases that were not possible with the current versioning scheme.
In the interim, SingleStore 9.1 RC can be used to preview, evaluate, and provide feedback on the new and upcoming features in SingleStore 10 prior to its general availability. Ahead of this transition, SingleStore 9.0 is recommended for production workloads, which can later be upgraded to SingleStore 10.
ping
On this page
Endpoint URL
/ping
HTTP Method
GET
Description
Verifies that the HTTP service is running and connectable.
Note: To verify that the database can receive queries or check specific health metrics, use the /exec and /query endpoints.
Request Headers
The GET /ping request does not require any request headers.
Request Body
The GET /ping request does not require a request body.
Response
Successful requests return pong as the response along with the HTTP status code 200 OK.
Example (Shell)
To make the GET /ping request using cURL, run the cURL command followed by the target URL without any additional parameters.
HTTP Request
curl https://localhost:8080/ping
HTTP Response
pong
Last modified: