Skip to main content

Understanding Project States

PipeOps projects can exist in a variety of states that reflect where they are in their lifecycle — from initial creation through active deployment, maintenance, and failure recovery.

note

While this page focuses on project states, most of the states described below also apply to servers on PipeOps.

Deployment States

States that reflect the lifecycle of your project from creation to active execution.

StateDescription
CreatingThe project is being created and is not yet ready.
DeployingA deployment is in progress. The project is not yet operational.
UpdatingThe project is being updated. Availability may be temporarily affected.
DeployedThe deployment completed successfully.
RunningThe project is active and fully operational.
ActiveThe project is fully functional. Equivalent to Running.

Paused & Inactive States

States indicating the project is not running but has not encountered a failure.

StateDescription
PausedThe project was intentionally paused by the user.
InactiveThe project is dormant but has not been deleted.
DeactivatedThe project has been turned off but can be reactivated.

Error & Failure States

States that indicate an issue requiring your attention.

StateDescription
FailedThe project failed to deploy or encountered a critical error.
CrashedThe project stopped running unexpectedly. PipeOps will typically attempt to recover a crashed project automatically — however, the status may take some time to reflect the latest state. Check your project directly to confirm whether it has recovered or is still down.
OutOfMemoryThe project ran out of available memory.
Maxed OutAllocated resources such as CPU or memory have been exceeded, which may affect performance or stability.
UnschedulableThe workload cannot be assigned to any available node due to resource constraints or configuration issues. The deployment is blocked. Contact support to resolve this.

Check the Logs tab for details when investigating any of the above states.

Deletion States

StateDescription
DeletingThe project is being removed and will no longer be available once complete.
CancelledA specific deployment was cancelled and did not complete. The project itself remains available.

Success States

StateDescription
SuccessfulThe project or server completed its last action without issues.

Restricted & Special States

StateDescription
CordonedNew changes cannot be made to the project or server.
DegradedThe most recent deployment has issues that may affect the currently running project.