cURL
curl --request DELETE \ --url https://api.nugen.in/api/v3/models/undeploy-model/{model_id} \ --header 'Authorization: Bearer <token>'
"<string>"
Undeploy a deployed model Returns the model_id which can be used to check undeploy status.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type string.
string
Was this page helpful?