English
Documentation
How to use the Orkeia AI platform
Changes the version of the model.
POST https://gateway.orkeia.ai/ai-models/{id}/version-control
authorization: <your_token>
authorization: <your_token> Content-Type: application/json
id
MODEL_67890
{ "versionControl": "v1.0.1", "environment": { "company": "acme-inc", "sector": "engineering" } }
{ "status": "OK", "data": { "true" } }
{ "status": "ERROR", "code": "server/error", "data": null }
{ "status": "ERROR", "code": "client/error", "data": null }
Was this page helpful?