0 / 0
Getting the deployment endpoint URL
Getting the deployment endpoint URL

Getting the deployment endpoint URL

To send payload data to a model or function deployment for analysis (for example, to classify the data, or make a prediction from the data) you must know the endpoint URL of the deployment. Learn how to find it.

You can find the endpoint URL of a deployment in these ways:

  • From the Deployments tab of your space, click a deployment name to look up the deployment ID for the endpoint URL. For details, refer to Endpoint URLs.
  • Using the Watson Machine Learning Python client:
    1. List the deployments by calling the function client.deployments.list()
    2. In the row of the desired deployment, the deployment endpoint URL is listed in the "url" column.

Parent topic: Deploying assets

Generative AI search and answer
These answers are generated by a large language model in watsonx.ai based on content from the product documentation. Learn more