reload.rst 732 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .. _rest_api_reload:
  2. Reloading configuration
  3. =======================
  4. 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.
  5. ``/reload``
  6. -----------
  7. .. list-table::
  8. :header-rows: 1
  9. * - Method
  10. - Action
  11. - Status code
  12. - Formats
  13. - Default Format
  14. * - GET
  15. -
  16. - 405
  17. -
  18. -
  19. * - POST
  20. - Reload the configuration from disk
  21. - 200
  22. -
  23. -
  24. * - PUT
  25. - Reload the configuration from disk
  26. - 200
  27. -
  28. -
  29. * - DELETE
  30. -
  31. - 405
  32. -
  33. -