Restart service

PUT /v1/debug/restart_service

Restart a Redpanda service.

Query parameters

  • service string Required

    Values are http-proxy or schema-registry.

Responses

  • 200

    Restart successful

  • 400

    Service name is required

  • 404

    Service not found

  • 500

    Internal Server Error

PUT /v1/debug/restart_service
curl \
 --request PUT 'http://localhost:9644/v1/debug/restart_service?service=http-proxy'