You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: content/en/references/internal-endpoints.md
+11-28Lines changed: 11 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -12,24 +12,16 @@ LocalStack provides several internal endpoints for various local AWS services an
12
12
These endpoints are not part of the official AWS API and are available in the `/_localstack` and `/_aws` paths.
13
13
You can use [curl](https://curl.se/) or your favourite HTTP REST client to access endpoints.
14
14
15
-
## LocalStack endpoints
15
+
You can start your LocalStack instance and go to [http://localhost.localstack.cloud:4566/_localstack/swagger](http://localhost.localstack.cloud:4566/_localstack/swagger)
16
+
to browse the Swagger UI, visualize and interact with all the API's resources implemented in LocalStack.
16
17
17
-
The API path for the LocalStack internal resources is `/_localstack`.
|`/_localstack/health`| To check the available and running AWS services in LocalStack. You can use the endpoint to restart the LocalStack services. |
23
-
|`/_localstack/plugins`| Shows the [Plux plugins](https://github.com/localstack/localstack/blob/master/docs/localstack-concepts/README.md#plugins) information in LocalStack. |
24
-
|`/_localstack/init`| Shows the initialization status after setting up [Init hooks](https://docs.localstack.cloud/references/init-hooks/). |
25
-
|`/_localstack/cloudformation/deploy`| Enables you to deploy CloudFormation templates locally through a web interface. |
26
-
|`/_localstack/diagnose`| Reports extensive and sensitive data from LocalStack instance, enabled via the `DEBUG=1` configuration variable. |
27
-
|`/_localstack/config`| Enables dynamic configuration updates at runtime, enabled via the `ENABLE_CONFIG_UPDATES` configuration variable. |
0 commit comments