Attach VPC IP
Attach a reserved VPC IP to the model endpoint.
Note: A reserved VPC IP must exist in your TIR account before attaching. Reserve IPs under Network → Reserve IP in the TIR.
POST
/serving/inference/{inference_id}/vpc_ips/{vpc_ip_id}/Path parameters
inference_idPathintegerrequiredvpc_ip_idPathintegerrequiredID of the reserved VPC IP to attach.
Query parameters
project_idQueryintegerrequiredProject ID
active_iamQueryintegeroptionalActive IAM ID (To access contact person account) Find your Active IAM ID here
locationQuerystringrequiredLocation
Responses
200VPC IP attach scheduled successfully.
example
200example
Success