The request body must be a JSON object which represents a set of new definitions
for the listener.
All parameters marked as modifiable at runtime can be modified. Currently, all
TLS/SSL parameters and the connection_init_sql_file and sql_mode parameters
can be modified at runtime.
Parameters that affect the network address or the port the listener listens on
cannot be modified at runtime. To modify these parameters, recreate the
listener.
Response
Listener is modified:
Status: 204 No Content
Destroy a listener
The :name must be a valid listener name. When a listener is destroyed, the
network port it listens on is available for reuse.
Response
Listener is destroyed:
Status: 204 No Content
Listener cannot be deleted:
Status: 400 Bad Request
Stop a listener
Stops a started listener. When a listener is stopped, new connections are no
longer accepted and are queued until the listener is started again.
Parameters
This endpoint supports the following parameters:
force=yes
Close all existing connections that were created through this listener.