v1

latestSwagger 2.02026-08-04232286653.5 KB
Foundry

Renames a deployed model's alias.

post/projects/{project_id}/foundry/deployed-models/rename

Path parameters

project_idstring required

ID of the project.

Request body

model_aliasstring required

Current alias of the model.

new_aliasstring required

New alias for the model.

Response

endpoint_idstring

The endpoint ID that was renamed.

model_aliasstring

The resulting model alias.