Instance Endpoints
Instance endpoints enable connection to your instance.
Create a new Instance endpoint
Create a new endpoint for a MongoDB® Database Instance. You can add public_network or private_network specifications to the body of the request.
path Parameters
regionThe region you want to target
Create a new Instance endpoint › Request Body
instance_idUUID of the Database Instance.
EndpointSpec used to expose your Database Instance.
Create a new Instance endpoint › Responses
idUUID of the endpoint. (UUID format)
dns_recordList of DNS records of the endpoint.
portTCP port of the endpoint.
Private Network endpoint details.
public_networkPublic Network endpoint details.
Delete a Database Instance endpoint
Delete the endpoint of a Database Instance. You must specify the endpoint_id parameter of the endpoint you want to delete. Note that you might need to update any environment configurations that point to the deleted endpoint.
path Parameters
regionThe region you want to target
endpoint_idUUID of the Endpoint to delete.