Create model alias
POST/models/aliases
Creates a named alias that maps to a specific deployed model. The target model must be in a deployed state at the time of alias creation. Use aliases to decouple your application from model version names: point chatbot-production to a new fine-tuned version by updating the alias rather than changing every API call.
Request
Responses
- 201
- 400
- 404
- 422
- 500
Created
Bad Request
Not Found
Validation Error
Internal Server Error
Was this page helpful?