File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 44
55| Status | Meaning |
66| ----------------------| ---|
7- | ready | API is deployed and ready to serve prediction requests |
8- | pending | API is waiting for another resource to be ready, or is initializing |
9- | updating | API is performing a rolling update |
10- | update pending | API will be updated when the new model is ready; a previous version of this API is ready |
7+ | live | API is deployed and ready to serve prediction requests (at least one replica is running) |
8+ | pending | API is waiting for another resource to be ready |
9+ | creating | API is being created |
1110| stopping | API is stopping |
1211| stopped | API is stopped |
1312| error | API was not created due to an error; run ` cortex logs -v <name> ` to view the logs |
1413| skipped | API was not created due to an error in another resource |
15- | update skipped | API was not updated due to an error in another resource; a previous version of this API is ready |
1614| upstream error | API was not created due to an error in one of its dependencies; a previous version of this API may be ready |
1715| upstream termination | API was not created because one of its dependencies was terminated; a previous version of this API may be ready |
1816| compute unavailable | API could not start due to insufficient memory, CPU, or GPU in the cluster; some replicas may be ready |
You can’t perform that action at this time.
0 commit comments