Location | Status | Compute Availability |
---|---|---|
![]() Atlanta - United States
|
Ok | High |
![]() Chicago - United States
|
1 notification | High |
![]() Dallas - United States
|
Ok | High |
![]() Los Angeles - United States
|
1 notification | High |
![]() Miami - United States
|
Ok | High |
![]() New Jersey - United States
|
Ok | High |
![]() Seattle - United States
|
Ok | High |
![]() Silicon Valley - United States
|
Ok | High |
![]() Singapore - Singapore
|
Ok | High |
![]() Amsterdam - Netherlands
|
Ok | High |
![]() Seoul - Korea, Republic of
|
Ok | Low |
![]() Tokyo - Japan
|
1 notification | High |
![]() London - United Kingdom
|
Ok | High |
![]() Paris - France
|
Ok | High |
![]() Frankfurt - Germany
|
Ok | High |
![]() Toronto - Canada
|
Ok | High |
![]() Sydney - Australia
|
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"
}
]
}
]
}
01/08/21 7:50 pm UTC
Event Type: Network Upgrade
We are performing system changes in the Chicago location during the following scheduled maintenance window.
Start Time: 2021-01-22 09:00:00 UTC
End Time: 2021-01-22 13:00:00 UTC
We schedule higher impact maintenance events during off-peak times to maintain our ideal hosting environment. Our engineers make every effort to minimize system impact; however, Chicago instances may be unreachable for some, or all, of the scheduled maintenance window as we perform network, firmware, or host upgrades.
01/08/21 7:48 pm UTC
Event Type: Network Upgrade
We are performing system changes in the Los Angeles location during the following scheduled maintenance window.
Start Time: 2021-01-20 11:00:00 UTC
End Time: 2021-01-20 15:00:00 UTC
We schedule higher impact maintenance events during off-peak times to maintain our ideal hosting environment. Our engineers make every effort to minimize system impact; however, Los Angeles instances may be unreachable for some, or all, of the scheduled maintenance window as we perform network, firmware, or host upgrades.
01/07/21 9:12 pm UTC
Event Type: Network Upgrade
We are performing system changes in the Tokyo location during the following scheduled maintenance window.
Start Time: 2021-01-19 18:00:00 UTC
End Time: 2021-01-19 22:00:00 UTC
We schedule higher impact maintenance events during off-peak times to maintain our ideal hosting environment. Our engineers make every effort to minimize system impact; however, Tokyo instances may be unreachable for some, or all, of the scheduled maintenance window as we perform network, firmware, or host upgrades.