Is Cloudinary Down?
No, Cloudinary is up. All systems operational.
Cloudinary components
What is Cloudinary?
Cloudinary is a cloud-based media management platform that provides image and video upload, storage, transformation, optimization, and delivery via a global CDN. It is used by developers and businesses to handle media pipelines without managing their own infrastructure. Organizations ranging from small startups to large enterprises rely on Cloudinary for serving product images, video streaming, and real-time image transformations in production applications.
Signs Cloudinary is having problems
- Images and videos return 400, 404, or 5xx HTTP errors when fetched via res.cloudinary.com delivery URLs, causing broken media in production apps.
- Upload API calls (POST to api.cloudinary.com/v1_1) time out or return error responses, blocking user-generated content workflows.
- On-the-fly image transformations (resizing, cropping, format conversion) are served stale, incorrectly transformed, or not delivered at all.
- The Cloudinary management console at cloudinary.com becomes slow to load, unresponsive, or returns errors when accessing the Media Library or usage dashboard.
Find out when your own services go down
You can check Cloudinary here — but a heartbeat monitor tells you the moment your API, website, or cron job stops responding, so you hear about your own downtime before your users do.
Frequently asked questions
How can I tell if Cloudinary is down?
Check the official Cloudinary status page at https://status.cloudinary.com for real-time incident reports covering the API, CDN delivery, and upload services. You can also test a known public delivery URL directly in your browser or with curl to see whether media is being served. If your own application depends on Cloudinary, setting up a heartbeat or synthetic monitor on your media endpoints with a tool like CronJobPro lets you get alerted the moment delivery fails, without relying solely on Cloudinary's self-reported status.
Where is the official Cloudinary status page?
The official status page is at https://status.cloudinary.com. It is maintained by Cloudinary and reports the current operational status of their CDN delivery network, upload API, transformation pipeline, and management console. You can subscribe to updates directly on that page to receive email notifications when incidents are opened or resolved.
Does a Cloudinary outage affect all regions equally?
Not always. Cloudinary uses a globally distributed CDN, so incidents can be regional, affecting only certain points of presence or only specific services such as uploads versus delivery. The status page at https://status.cloudinary.com typically specifies which components and regions are affected during an incident, so it is worth checking the detail rather than just the top-level summary.
What should I do if Cloudinary is down and I need media to keep loading?
Short of switching delivery infrastructure, you can serve previously cached media from your own CDN layer or browser cache if you have caching configured. For uploads, you can queue them client-side or in a job queue and retry once the API recovers. If an incident is confirmed on the Cloudinary status page, following their incident updates is the most reliable way to know when the service is restored.
Not affiliated with or endorsed by Cloudinary. Status data is sourced from Cloudinary's official status page (status.cloudinary.com); for critical incidents, always verify at the official source. All trademarks are property of their respective owners.