Skip to main content
GET
/
api
/
v3
/
models
/
undeploy-model
/
{model_id}
/
status
Get Undeploy Status
curl --request GET \
  --url https://api.nugen.in/api/v3/models/undeploy-model/{model_id}/status \
  --header 'Authorization: Bearer <token>'
{
  "model_id": "<string>",
  "status": "<string>",
  "result": {},
  "start_time": "2023-11-07T05:31:56Z",
  "end_time": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

model_id
string
required

Response

Successful Response

Response schema for undeploy status check

model_id
string
required

User-facing model ID

status
string
required

Celery task status: PENDING (in progress) or COMPLETED (finished)

result
Result · object

Task result if completed

start_time
string<date-time> | null

start time

end_time
string<date-time> | null

end time