Location | Status | Compute Availability |
---|---|---|
![]() Amsterdam - Netherlands
|
Ok | High |
![]() Atlanta - United States
|
Ok | High |
![]() Chicago - United States
|
1 notification | High |
![]() Dallas - United States
|
1 notification | High |
![]() Frankfurt - Germany
|
1 notification | High |
![]() Honolulu - United States
|
Ok | Low |
![]() London - United Kingdom
|
Ok | High |
![]() Los Angeles - United States
|
Ok | High |
![]() Madrid - Spain
|
Ok | High |
![]() Melbourne - Australia
|
Ok | High |
![]() Mexico City - Mexico
|
Ok | High |
![]() Miami - United States
|
Ok | High |
![]() Mumbai - India
|
Ok | High |
![]() New Jersey - United States
|
Ok | High |
![]() Paris - France
|
Ok | High |
![]() São Paulo - Brazil
|
Ok | Low |
![]() Seattle - United States
|
Ok | High |
![]() Seoul - Korea, Republic of
|
Ok | High |
![]() Silicon Valley - United States
|
Ok | High |
![]() Singapore - Singapore
|
Ok | High |
![]() Stockholm - Sweden
|
Ok | High |
![]() Sydney - Australia
|
Ok | High |
![]() Tokyo - Japan
|
Ok | High |
![]() Toronto - Canada
|
Ok | High |
![]() Warsaw - Poland
|
Ok | High |
Vultr provides real-time server status in JSON format via two endpoints. Read more about the JSON status endpoints on Vultr Docs.
The status.json endpoint displays a summary of all regions. This endpoint includes all current outages, alerts, and upcoming scheduled maintenance.
{
service_alerts: [],
regions:
{
atl:
{
location: "Atlanta",
country: "US",
country_name: "United States",
alerts: [
{
id: "6ac43839-fcd5-444e-ad5c-4f2d72a37c95",
subject: "Atlanta Scheduled Maintenance - 2020-11-10",
status: "ongoing",
start_date: "2020-11-02T16:07:00+00:00",
updated_at: "",
entries: [
{
updated_at: "2020-11-02T16:07:00+00:00",
message: "Event Type: Network Upgrade We are performing system changes in the Atlanta location."
}]
}]
},
ord:
{
location: "Chicago",
country: "US",
country_name: "United States",
alerts: []
}
...
}
}
The alerts.json endpoint displays an alert stream with new alerts added to the beginning of the list.
{
service_alerts: [
{
id: "6ac43839-fcd5-444e-ad5c-4f2d72a37c95",
region: "atl",
subject: "Atlanta Scheduled Maintenance - 2020-11-10",
start_date: "2020-11-02T16:07:00+00:00",
updated_at: "",
status: "ongoing",
entries: [
{
updated_at: "2020-11-02T16:07:00+00:00",
message: "Event Type: Network Upgrade We are performing system changes in the Atlanta location during the following scheduled maintenance window. Start Time: 2020-11-10 11:00:00 UTC End Time: 2020-11-10 15:00:00 UTC"
}
]
}
]
}
06/22/22 3:24 pm UTC
Event Type: Network Upgrade
We are performing system changes in the Chicago location during the following scheduled maintenance window.
Start Time: 2022-07-09 04:05:00 UTC
End Time: 2022-07-09 08:05:00 UTC
We schedule higher impact maintenance events during off-peak times to reduce impact to customer infrastructure. Our engineers make every effort to minimize system impact, however, network reachability to Chicago instances may be affected for some, or all, of the scheduled maintenance window as we perform this work. While it’s important to be aware of start and end times of the maintenance window, due to our redundant network architecture, our engineers expect that you may see little to no impact at all while the work is performed.
07/01/22 10:54 am UTC
Event Type: Network Upgrade
We are performing system changes in the Dallas location during the following scheduled maintenance window.
Start Time: 2022-07-06 05:00:00 UTC
End Time: 2022-07-06 09:00:00 UTC
We schedule higher impact maintenance events during off-peak times to reduce impact to customer infrastructure. Our engineers make every effort to minimize system impact, however, network reachability to Dallas instances may be affected for some, or all, of the scheduled maintenance window as we perform this work. While it’s important to be aware of start and end times of the maintenance window, due to our redundant network architecture, our engineers expect that you may see little to no impact at all while the work is performed.
07/01/22 8:05 pm UTC
Event Type: Network Upgrade
We are performing system changes in the Frankfurt location during the following scheduled maintenance window.
Start Time: 2022-07-13 14:00:00 UTC
End Time: 2022-07-13 20:00:00 UTC
We schedule higher impact maintenance events during off-peak times to reduce impact to customer infrastructure. Our engineers make every effort to minimize system impact, however, network reachability to Frankfurt instances may be affected for some, or all, of the scheduled maintenance window as we perform this work. While it’s important to be aware of start and end times of the maintenance window, due to our redundant network architecture, our engineers expect that you may see little to no impact at all while the work is performed.