How can I change endpoint for Rest API

I am trying to change the endpoint local host to IP address. But I am unable to do. Can any body help me to solve this issue.

1 Like

Hi basically you need to put the endpoint IP and Port on the “endpoints.yml” file. then use the paramatre --endpoints endpoints.yml when you start your server.

I tried it a few weeks back, though I change my IP and port, the endpoint seems to run on the same default IP and port.

did you check if you are not using an old version? what version did you used?

I’m using the latest version of RASA. I checked again today, both the core and action endpoint seem to run on default port whatever I change. Not sure why

I tried to add IP address in endpoint.yml. But its not working for me. Can you please share the sample code of endpoint with IP address.

1 Like

same