Changing the service plan of an instance
When you provision an instance of the IBM Cloud Monitoring service, you must choose a service plan. Different plans offer different features. You can change the service plan at any time.
You can only upgrade from the Lite
plan to the Graduated Tier
. You cannot downgrade from the Graduated Tier
plan to the Lite
plan.
Learn more about service plans.
Changing the service plan through the Observability dashboard
To change the service plan of an instance from the Observability dashboard in the IBM Cloud, complete the following steps:
-
Log in to your IBM Cloud account.
After you log in with your user ID and password, the IBM Cloud UI opens.
-
Go to the menu icon
and select Observability to access the Observability dashboard.
-
Select Monitoring.
-
Click the Actions icon
next to the instance you want to change and click Edit plan.
-
Select a service plan.
-
Click Save.
Changing the service plan through the CLI
Complete the following steps to change the service plan:
-
[Pre-requisite] Installation of the IBM Cloud CLI. Learn more.
-
Log in to the location in the IBM Cloud where the instance is provisioned. Run the following command: ibmcloud login
To get the latest list of locations that are available for the IBM Cloud Monitoring service, see Locations.
-
Set the resource group where the instance is available. Run the following command: ibmcloud target
By default, the
default
resource group is set. -
[Optional] Get the current service plan ID.
To get the current service plan of an instance, you can run the following command and check the value of the resource_plan_id field:
ibmcloud resource service-instance INSTANCE_NAME --output JSON
-
Change the service plan. Run the ibmcloud resource service-instance-update command:
ibmcloud resource service-instance-update NAME --service-plan-id RESOURCE_PLAN_ID
Where
-
NAME
is the name of the instance -
service-plan-id
indicates the type of plan. -
RESOURCE_PLAN_ID
is the ID of the plan that you want to set. To get the service plan IDs, see Service plans.
-
For example, to change the service plan of an instance to the graduated plan, run the following command:
ibmcloud resource service-instance-update monitoring-instance-01 231bb072-1b2f-4d7e-ae9e-9574d382be32