reset.rst 861 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .. _rest_api_reset:
  2. Resource reset
  3. ==============
  4. Resets all authentication, store, raster, and schema caches. This operation is used to force GeoServer to drop all caches and store connections and reconnect to each of them the next time they are needed by a request. This is useful in case the stores themselves cache some information about the data structures they manage that may have changed in the meantime.
  5. ``/reset``
  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. - Reset all authentication, store, raster, and schema caches
  21. - 200
  22. -
  23. -
  24. * - PUT
  25. - Reset all authentication, store, raster, and schema caches
  26. - 200
  27. -
  28. -
  29. * - DELETE
  30. -
  31. - 405
  32. -
  33. -