CaaS
Container management
Service states

Service states

A container service can have several states.

Deploy ongoing

A deployment of the service is ongoing and not finished.

Deploy error

The last deployment has failed. Can be due to an issue of one of the deployment step like contacting the runner, or building the container docker image. When you are in this state you can launch a new deployment or delete the service.

Running

The service is deployed and running. Metrics are collected. When you are in this state you can ask for a service deletion.

Delete ongoing

The service deletion is ongoing and not finished.

Delete error

The service deletion has failed. This can be due to an of one of the deployment step like contacting the runner. When you are in this state you can retry the deletion of the service.