Stay organized with collections
Save and categorize content based on your preferences.
This document describes how to change your connection groups' intended
levels of reliability between critical production, non-critical production, and
no SLA. For more information about connection groups, see
Cloud Interconnect groups.
When you configure a Cloud Interconnect connection, you can do so at
a specific level of reliability. You can choose between the following
reliability options:
Critical production. Choose this option for critical production workloads
that require maximum resiliency. This option provides a 99.99% uptime SLA.
Non-critical production. Choose this option for non-critical production
and development workloads. This option provides a 99.9% uptime SLA.
No SLA. You can configure your connection group without specifying an
intended level of reliability. We recommend that you avoid using this option
for resources in which extended downtime is undesirable. This option doesn't
provide an uptime SLA.
Change reliability options for Cloud Interconnect connection groups
Use the following procedure to change the reliability options for a
Cloud Interconnect connection group. When you update your connection
group from non-critical production to critical production, you might need to
modify your deployment to meet the new SLA requirements. For guidance on SLA
blockers, see
Fix SLA eligibility problems.
Permissions required for this task
To perform this task, you must have been granted the following permissions
or the following Identity and Access Management (IAM) roles.
Select the connection group that you want to edit.
Click Edit.
In the Intended SLA field, select Critical production or
Non-critical production.
Click Save.
gcloud
You can declare a different reliability level for your
Cloud Interconnect connection by using the following command.
gcloud compute interconnects groups update GROUP_NAME \
--intended-topology-capability SLA
Replace the following:
GROUP_NAME: the name of your connection group
SLA: the SLA to use; available values are
PRODUCTION_CRITICAL, PRODUCTION_NON_CRITICAL, or NO_SLA
Change reliability options for VLAN attachment groups
Use the procedures in the following sections to change reliability options for
your VLAN attachment groups. When you update your connection group from
non-critical production to critical production, your deployment might not meet
the new SLA requirements. If so, the group reports SLA blockers to explain the
changes you need to make to achieve the critical production SLA. For more information
about SLA blockers, see
Fix SLA eligibility problems.
Permissions required for this task
To perform this task, you must have been granted the following permissions
or the following Identity and Access Management (IAM) roles.
Select the VLAN attachment group that you want to edit.
Click Edit.
In the Production SLA field, select Critical production or
Non-critical production.
Click Save.
gcloud
You can declare a different reliability level for your VLAN attachment group
by using the following command. Replace GROUP_NAME with
the name of your connection group, and replace SLA with
either PRODUCTION_CRITICAL, PRODUCTION_NON_CRITICAL, or NO_SLA.
gcloud compute interconnects attachments groups update GROUP_NAME \
--intended-availability-sla SLA
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Change Dedicated Interconnect reliability options\n\nThis document describes how to change your connection groups' intended\nlevels of reliability between critical production, non-critical production, and\nno SLA. For more information about connection groups, see\n[Cloud Interconnect groups](/network-connectivity/docs/interconnect/concepts/dedicated-overview#groups).\n\nWhen you configure a Cloud Interconnect connection, you can do so at\na specific level of reliability. You can choose between the following\nreliability options:\n\n- **Critical production**. Choose this option for critical production workloads that require maximum resiliency. This option provides a 99.99% uptime SLA.\n- **Non-critical production**. Choose this option for non-critical production and development workloads. This option provides a 99.9% uptime SLA.\n- **No SLA**. You can configure your connection group without specifying an intended level of reliability. We recommend that you avoid using this option for resources in which extended downtime is undesirable. This option doesn't provide an uptime SLA.\n\nFor more information about Cloud Interconnect SLAs, see\n[Dedicated Interconnect and Partner Interconnect SLA](/network-connectivity/docs/interconnect/sla).\n\nChange reliability options for Cloud Interconnect connection groups\n-------------------------------------------------------------------\n\nUse the following procedure to change the reliability options for a\nCloud Interconnect connection group. When you update your connection\ngroup from non-critical production to critical production, you might need to\nmodify your deployment to meet the new SLA requirements. For guidance on SLA\nblockers, see\n[Fix SLA eligibility problems](/network-connectivity/docs/interconnect/support/fix-sla).\n\n#### Permissions required for this task\n\nTo perform this task, you must have been granted the following permissions\n*or* the following Identity and Access Management (IAM) roles.\n\n**Permissions**\n\n- `compute.interconnects.update`\n- `compute.interconnects.get`\n- `compute.interconnectLocations.get`\n- `compute.interconnectLocations.list`\n- `compute.interconnectGroups.get`\n- `compute.interconnectGroups.update`\n\n**Roles**\n\n- `roles/owner`\n- `roles/editor`\n- Compute Network Admin (`roles/compute.networkAdmin`) \n\n### Console\n\n| **Note:** You can't set the intended reliability for your Cloud Interconnect connection group to no SLA using the Google Cloud console. If you need to remove your SLA, use the Google Cloud CLI.\n\n1. In the Google Cloud console, go to the Cloud Interconnect\n **Physical connections** tab.\n\n [Go to Physical connections](https://console.cloud.google.com/hybrid/interconnects/list?tab=interconnects)\n2. Select the connection group that you want to edit.\n\n3. Click **Edit**.\n\n4. In the **Intended SLA** field, select **Critical production** or\n **Non-critical production**.\n\n5. Click **Save**.\n\n### gcloud\n\nYou can declare a different reliability level for your\nCloud Interconnect connection by using the following command. \n\n```\ngcloud compute interconnects groups update GROUP_NAME \\\n --intended-topology-capability SLA\n```\n\nReplace the following:\n\n- \u003cvar translate=\"no\"\u003eGROUP_NAME\u003c/var\u003e: the name of your connection group\n- \u003cvar translate=\"no\"\u003eSLA\u003c/var\u003e: the SLA to use; available values are `PRODUCTION_CRITICAL`, `PRODUCTION_NON_CRITICAL`, or `NO_SLA`\n\nChange reliability options for VLAN attachment groups\n-----------------------------------------------------\n\nUse the procedures in the following sections to change reliability options for\nyour VLAN attachment groups. When you update your connection group from\nnon-critical production to critical production, your deployment might not meet\nthe new SLA requirements. If so, the group reports SLA blockers to explain the\nchanges you need to make to achieve the critical production SLA. For more information\nabout SLA blockers, see\n[Fix SLA eligibility problems](/network-connectivity/docs/interconnect/support/fix-sla).\n\n#### Permissions required for this task\n\nTo perform this task, you must have been granted the following permissions\n*or* the following Identity and Access Management (IAM) roles.\n\n**Permissions**\n\n- `compute.interconnects.update`\n- `compute.interconnects.get`\n- `compute.interconnectLocations.get`\n- `compute.interconnectLocations.list`\n- `compute.interconnectGroups.get`\n- `compute.interconnectGroups.update`\n\n**Roles**\n\n- `roles/owner`\n- `roles/editor`\n- Compute Network Admin (`roles/compute.networkAdmin`) \n\n### Console\n\n| **Note:** You can't set the intended reliability for your Cloud Interconnect VLAN attachment group to no SLA using the Google Cloud console. If you need to remove your SLA, use the Google Cloud CLI.\n\n1. In the Google Cloud console, go to the Cloud Interconnect\n **VLAN attachments** tab.\n\n [Go to VLAN attachments](https://console.cloud.google.com/hybrid/interconnects/list?tab=attachments)\n2. Select the VLAN attachment group that you want to edit.\n\n3. Click **Edit**.\n\n4. In the **Production SLA** field, select **Critical production** or\n **Non-critical production**.\n\n5. Click **Save**.\n\n### gcloud\n\nYou can declare a different reliability level for your VLAN attachment group\nby using the following command. Replace \u003cvar translate=\"no\"\u003eGROUP_NAME\u003c/var\u003e with\nthe name of your connection group, and replace \u003cvar translate=\"no\"\u003eSLA\u003c/var\u003e with\neither `PRODUCTION_CRITICAL`, `PRODUCTION_NON_CRITICAL`, or `NO_SLA`. \n\n```\ngcloud compute interconnects attachments groups update GROUP_NAME \\\n --intended-availability-sla SLA\n```"]]