API7 Docs

Reload All Plugins

PUT /v1/plugins/reload

PUT /v1/plugins/reload

Interactive request editor loads with JavaScript.

Response Body

text/plain

text/plain

curl -X PUT "http://127.0.0.1:9090/v1/plugins/reload"

Plugins reloaded.

"done"
Complete operation details and schema variants

PUT /v1/plugins/reload

Reload All Plugins

Hot reload plugins for changes to the plugin list in configuration files or plugin source files to take effect.

Parameters

Responses

  • 200: Plugins reloaded.
  • 503: Plugin reload event could not be published.

cURL

curl -X PUT 'http://127.0.0.1:9090/v1/plugins/reload'