Important
The SingleStore 9.1 release candidate (RC) is available now. It will be promoted to general availability (GA) soon and at that time it will be renamed to SingleStore 10.
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, while SingleStore 9.0 is recommended for production workloads.
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: