IBM Cloud Docs
Changing the service plan of an instance

Changing the service plan of an instance

When you provision an instance of the IBM Cloud Activity Tracker service, you must choose a service plan. Different plans offer different features. You can change the service plan at any time.

As of 28 March 2024 the IBM Log Analysis and IBM Cloud Activity Tracker services are deprecated and will no longer be supported as of 30 March 2025. Customers will need to migrate to IBM Cloud Logs, which replaces these two services, prior to 30 March 2025. For information about IBM Cloud Logs, see the IBM Cloud Logs documentation.

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:

  1. Log in to your IBM Cloud account.

    After you log in with your user ID and password, the IBM Cloud UI opens.

  2. Go to the menu icon menu icon and select Observability to access the Observability dashboard.

  3. Select Activity Tracker.

  4. Click the Actions icon Actions icon for the instance you want to change and select Edit plan.

  5. Select a service plan.

  6. Click Save.

Changing the service plan through the CLI

Complete the following steps to change the service plan:

  1. Install the IBM Cloud CLI. Learn more.

  2. 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 Activity Tracker service, see Locations.

  3. Set the resource group where the instance is available. Run the following command: ibmcloud target

    By default, the default resource group is set.

  4. 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
    
  5. 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 7 days retention plan, run the following command:

    ibmcloud resource service-instance-update logdna-instance-01 9aae7491-5cb6-43eb-9b7a-3e0456c781f0