Skip to main content
GET
Get Undeploy Status

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

Returns the current un-deployment status of an aligned model.

model_id
string
required

model ID that was undeployed

Example:

"model_abc123"

status
enum<string>
required

Undeployment status: PENDING (in progress), COMPLETED (successfully undeployed), or FAILED (error)

Available options:
PENDING,
COMPLETED,
FAILED
Example:

"COMPLETED"

result
Result · object | null

Task result if COMPLETED

start_time
string<date-time> | null

start time of undeployment process

Example:

"2024-02-24T10:00:00Z"

end_time
string<date-time> | null

end time of undeployment process

Example:

"2024-02-24T10:05:00Z"