Detach Alert
Detach an alert from a model endpoint using the attachment record ID returned by the Attach Alert API.
DELETE
/serving/inference/{inference_id}/alerts/{alert_attachment_id}/Path parameters
inference_idPathintegerrequiredalert_attachment_idPathintegerrequiredThe attachment record ID returned when the alert was attached (the
idfield in the Attach Alert response).
Query parameters
project_idQueryintegerrequiredProject ID
active_iamQueryintegeroptionalActive IAM ID (To access contact person account) Find your Active IAM ID here
locationQuerystringrequiredLocation
Responses
200Alert detached from the model endpoint successfully.
example
200example
Inference alert detached successfully