diff --git a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/asciidoc/endpoints/status.adoc b/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/asciidoc/endpoints/status.adoc deleted file mode 100644 index fb16a60b56a..00000000000 --- a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/asciidoc/endpoints/status.adoc +++ /dev/null @@ -1,29 +0,0 @@ -[[status]] -= Status (`status`) - -The `status` endpoint provides an overview of the status of the application. - - - -[[status-retrieving]] -== Retrieving the Status - -To retrieve the status of the application, make a `GET` request to `/application/status`, -as shown in the following curl-based example: - -include::{snippets}status/curl-request.adoc[] - -The resulting response is similar to the following: - -include::{snippets}status/http-response.adoc[] - - - -[[status-retrieving-response-structure]] -=== Response Structure - -The response contains the status of the application. The following table describes the -structure of the response: - -[cols="2,1,3"] -include::{snippets}status/response-fields.adoc[]