Is GitLab down right now?

Real-time GitLab.com status pulled from status.gitlab.com. Self-managed GitLab instances are not affected by GitLab.com outages — this page tracks the SaaS only. We monitor the web UI, Git operations, CI/CD pipelines, the container registry, and Pages.

6 services reporting issues

GitLab

Unable to verify

Source hosting, CI/CD pipelines, registry.

Status from status.gitlab.com · last fetched 0s ago

Last checked 0s ago

Developer Platforms

Docker HubUnable to verifystale

Upstream returned 404

GitLabUnable to verifystale

Upstream returned 404

BitbucketOperational

Atlassian source hosting and Pipelines.

GitHubOperational

Source hosting, Actions, Pages, Packages, Copilot.

HomebrewOperational

macOS / Linux package manager (uses GitHub).

npmOperational

JavaScript registry, install API, web app.

PyPIOperational

Python Package Index — pip install backend.

AI / ML APIs

AnthropicDegraded performance

Degraded performance of multiple modelsstarted 2 hr ago

CursorDegraded performance

Investigating service degradationstarted 1 hr ago

Hugging FaceUnable to verifystale

Upstream returned invalid JSON

GitHub CopilotOperational

AI pair programmer — completions, chat, agents.

Google GeminiOperational

Gemini API, Vertex AI, AI Studio.

OpenAIOperational

ChatGPT, GPT-4, GPT-5, DALL-E, Whisper APIs.

ReplicateOperational

Run open-source ML models via API.

Cloud / Hosting

CloudflareDegraded performance

CDN, DNS, Workers, R2, Pages.

HerokuUnable to verifystale

Upstream returned 404

RailwayUnable to verifystale

Upstream returned invalid JSON

AWSOperational

EC2, S3, Lambda, RDS, and 200+ services.

DigitalOceanOperational

Droplets, App Platform, managed databases.

Fly.ioOperational

Global app servers, Postgres, volumes.

Google CloudOperational

Compute, Storage, BigQuery, Cloud Run.

Microsoft AzureOperational

Azure VMs, App Service, AKS, Azure SQL.

NetlifyOperational

Static + Jamstack hosting, Functions, Forms.

RenderOperational

Web services, cron, Postgres, Redis.

VercelOperational

Next.js hosting, Edge, Serverless functions.

Databases / Data

MongoDB AtlasDegraded performance

GCP capacity constraints affecting Atlas deploymentsstarted 4 hr ago

SupabaseDegraded performance

Project Upgrade Delaysstarted 1 day ago

NeonUnable to verifystale

Upstream returned 404

Redis CloudUnable to verifystale

Upstream returned invalid JSON

TursoUnable to verifystale

Upstream returned invalid JSON

PlanetScaleOperational

Serverless MySQL, Vitess-backed.

Payments / Infra

TwilioDegraded performance

SMS Delivery Delays and Failures from Twilio to C+W Sure United Kingdomstarted 8 hr ago

PayPalUnable to verifystale

Upstream returned invalid JSON

PostmarkUnable to verifystale

Upstream returned 404

StripeUnable to verifystale

Upstream returned 404

ResendOperational

Developer-first transactional email API.

SendGridOperational

SendGrid Status Page Migration to Twilio Status Page — July 29, 2026started 26 days ago

Auth / Identity

Auth0Unable to verifystale

Upstream returned 404

OktaUnable to verifystale

Upstream returned 401

ClerkOperational

Drop-in auth + user management for React.

FirebaseOperational

Auth, Firestore, Realtime DB, Hosting, Functions.

Communication

Microsoft TeamsUnable to verifystale

No public machine-readable feed; consult the official status page.

DiscordOperational

Voice, video, text servers and DMs.

SlackOperational

Team messaging, calls, huddles, Connect.

ZoomOperational

Zoom Phone/Zoom Contact Center General Underlying Provider Maintenancestarted 2 days ago

Monitoring / Dev Tools

LinearUnable to verifystale

Upstream returned invalid JSON

NotionUnable to verifystale

Upstream returned invalid JSON

DatadogOperational

APM, infra, logs, RUM, synthetics.

FigmaOperational

Collaborative design, FigJam, Dev Mode.

LaunchDarklyOperational

Feature flags, experiments, releases.

SentryOperational

Error monitoring, performance, replays.

DevZone aggregates publicly available status data and refreshes every 30 seconds. Status indicators reflect each provider’s own machine-readable feed; for incident details and authoritative information, always consult the official status page linked on each card.

Quick facts about GitLab

Frequently asked questions

Why are my GitLab CI jobs stuck pending?

Most "stuck pending" reports during a GitLab.com outage are runner-availability issues — shared SaaS runners are at capacity or unavailable. The dashboard above shows the CI runner component status. If it’s green and your jobs still hang, check that your `.gitlab-ci.yml` doesn’t have an unmet `tags:` constraint.

Is self-hosted GitLab affected when GitLab.com is down?

No. Self-hosted CE and EE instances run independently. The exception is if you depend on container images pulled from registry.gitlab.com — those would be unreachable during a registry outage.

Where can I report a GitLab.com outage?

Public outages are tracked at status.gitlab.com. Customers on paid plans should use https://about.gitlab.com/support/ for escalation.

Does GitLab have a status API?

Yes — https://status.gitlab.com/api/v2/summary.json. The same Statuspage schema as GitHub, OpenAI, and dozens of others.

How do I switch CI/CD to my own runners during a GitLab.com runner outage?

Register a self-managed runner and tag it (e.g., `tags: ["fallback"]`). Update your pipeline jobs to specify that tag. This gives you a fallback path that doesn’t depend on shared SaaS capacity.

Check status for related services