Skip to content

Commit c7ed845

Browse files
committed
Update API status documentation
1 parent 4f3e9a3 commit c7ed845

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/apis/statuses.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@
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 |

0 commit comments

Comments
 (0)