123456789101112131415161718192021222324252627282930313233343536373839 |
- .. _rest_api_reload:
- Reloading configuration
- =======================
- Reloads the GeoServer catalog and configuration from disk. This operation is used in cases where an external tool has modified the on-disk configuration. This operation will also force GeoServer to drop any internal caches and reconnect to all data stores.
- ``/reload``
- -----------
- .. list-table::
- :header-rows: 1
- * - Method
- - Action
- - Status code
- - Formats
- - Default Format
- * - GET
- -
- - 405
- -
- -
- * - POST
- - Reload the configuration from disk
- - 200
- -
- -
- * - PUT
- - Reload the configuration from disk
- - 200
- -
- -
- * - DELETE
- -
- - 405
- -
- -
-
|