โView full Censius status
Censius: Model Registry / Artifact Store Error
Current Status: Major Outage
Last checked: 8m ago
What We're Seeing Right Now
No recent issues reported. If you're experiencing problems with Censius, report below to help the community.
What is this error?
You cannot push, pull, or access model artifacts in Censius's model registry. This blocks model deployment and versioning workflows. Registry errors are often caused by storage backend issues or permission problems.
Error Signatures
Failed to push artifactArtifact not foundAccess denied to model registryStorage quota exceededConnection timeout to registryModel version not foundRegistry authentication failedCommon Causes
- Object storage backend (S3, GCS, Azure Blob) experiencing issues
- Permission or IAM misconfiguration blocking access to artifacts
- Storage quota exceeded on your account or workspace
- Network connectivity issues between the registry and your environment
- Platform-side registry service degradation
โ How to Fix It
- Verify your credentials and permissions for the registry
- Check your storage quota and usage in Censius's dashboard
- Test connectivity to the underlying storage bucket directly
- Check Censius's status page for registry-specific incidents
- Try accessing the registry from a different environment or region
- Contact support with the artifact path and error message
Live Signals
Service Components
Censius Web
Major OutageRecent Incidents
MAJOR
censius experiencing issues
Our monitoring detected that censius may be experiencing an outage.
1d ago
Frequently Asked Questions
Is my model data safe during a registry outage?
Yes. Registry outages typically affect access, not data integrity. Your model artifacts stored in the underlying object storage (S3/GCS) are durable and should be intact once the service recovers.
Can I deploy a model if the registry is down?
If you have the model weights cached locally or in your own storage, you may be able to deploy directly. Otherwise, you'll need to wait for the registry to recover.
How do I back up my model artifacts independently of Censius?
Always store a copy of critical model weights in your own cloud storage bucket. Configure Censius to use your own S3/GCS bucket as the artifact backend so you retain full ownership.