mlserve
apidoc
Title | apiTritonList |
URL | /api/tritons |
Method | GET |
Title | apiTritonCreate |
URL | /api/tritons |
Method | POST |
Title | apiTritonGet |
URL | /api/tritons/${ideneity} |
Method | GET |
Title | apiTritonUpdate |
URL | /api/tritons/${ideneity} |
Method | PATCH |
Title | apiTritonDelete |
URL | /api/tritons/${ideneity} |
Method | DELETE |
Title | apiModelList |
URL | /api/models |
Method | GET |
Title | apiModelCreate |
URL | /api/models |
Method | POST |
Title | apiModelGet |
URL | /api/models/${identity} |
Method | GET |
Title | apiModelGet |
URL | /api/models/${identity} |
Method | PATCH |
Title | apiModelDelete |
URL | /api/models/${identity} |
Method | DELETE |
Title | apiModelLoad |
URL | /api/models/${identity}/load |
Method | POST |
Title | apiModelUnload |
URL | /api/models/${identity}/unload |
Method | POST |
Title | apiModelVersionList |
URL | /api/models/${identity}/versions |
Method | GET |
Title | apiModelVersionCreate |
URL | /api/models/${identity}/versions |
Method | POST |
Title | apiModelVersionDelete |
URL | /api/models/${identity}/versions |
Method | DELETE |
Title | apiUserList |
URL | /api/users |
Method | GET |
Title | apiUserCreate |
URL | /api/users |
Method | POST |
Title | apiUserGet |
URL | /api/users/${identity} |
Method | GET |
Title | apiUserDelete |
URL | /api/users/${identity} |
Method | DELETE |
Title | apiUserUpdate |
URL | /api/users/${identity} |
Method | PATCH |
Title | apiiUserAppList |
URL | /api/users/${identity}/apps |
Method | GET |
Title | apiUserAppAuth |
URL | /api/users/${identity}/apps/${app}/auth |
Method | POST |
Title | apiUserAppUnauth |
URL | /api/users/${identity}/apps/${app}/unauth |
Method | POST |
Title | apiAppList |
URL | /api/apps |
Method | GET |
Title | apiAppCreate |
URL | /api/apps |
Method | POST |
Title | apiAppGet |
URL | /api/apps/${identity} |
Method | GET |
Title | apiAppUpdate |
URL | /api/apps/${identity} |
Method | PATCH |
Title | apiAppDelete |
URL | /api/apps/${identity} |
Method | DELETE |
Title | apiAppRoutesList |
URL | /api/apps/${identity}/routes |
Method | GET |
Title | apiAppRoutesImport |
URL | /api/apps/${identity}/routes/${model} |
Method | POST |
Title | apiAppRoutesRemove |
URL | /api/apps/${identity}/routes/${model} |
Method | DELETE |
Title | apiAppConsumersList |
URL | /api/apps/${identity}/consumers |
Method | GET |
Title | apiAppConsumersAdd |
URL | /api/apps/${identity}/consumers/${consumer} |
Method | POST |
Title | apiAppConsumersRemove |
URL | /api/apps/${identity}/consumers/${consumer} |
Method | DELETE |