English
Documentation
How to use the Orkeia AI platform
Sets the enabled status of a model.
enabled
PUT https://gateway.orkeia.ai/ai-models/{id}/enable
authorization: <your_token>
authorization: <your_token> Content-Type: application/json
id
MODEL_67890
{ "enabled": true, "environment": { "company": "acme-inc", "sector": "support" } }
{ "status": "OK", "data": {"true"} }
{ "status": "ERROR", "code": "server/error", "data": null }
{ "status": "ERROR", "code": "client/error", "data": null }
Was this page helpful?