You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

This endpoint is available from version 2.1.0^.

THIS ENDPOINT IS STILL UNDER DEVELOPMENT.


This endpoint has the ability to shutdown the GAIA instance, including all the workers that could have been started,

Shutdown


The shutdown endpoint that will stop the current GAIA instance alongside all the workers spawned.



IMPORTANT

After calling this endpoint, the server and all its workers will exit meaning that if you are using the API at the moment, those processes will fail as the server will exit.

If you need to shutdown the server, check if you have pending processes to wait for first.


Parameters

This endpoint does not require any parameters.

Example

GET /es/api/v1/shutdown

Response

Successful Response [200]

Shutting down GAIA API...
  • No labels