IBM Cloud Docs
Manage costs

Manage costs

The Standard plan is not free. Use the information in this topic to help you understand how much you’re paying and how to limit your costs.

How to limit your cost

There are several ways to limit your costs.

Minimize iterations and shots

The time your job takes (and therefore, its cost) depends on how many iterations you make in a session and how many shots are run in each iteration. Thus, you can manage your cost by running only as many iterations and shots as you need.

Set time limits

The maximum execution time for a Qiskit Runtime job is the smallest of these values:

  • The max_execution_time defined on the job's options by using the max_execution_time parameter. This execution time is the time that the QPU complex (including control software, control electronics, QPU, and so on) is engaged in processing the job.
  • The system-calculated limit - The system calculates an appropriate job timeout value based on the input circuits and options. This timeout is capped at 3 hours to ensure fair device usage.

For example, if you specify max_execution_time=5000 (approximately 83 minutes), but the system determines it should not take more than 300 seconds (5 minutes) to execute the job, then the job is cancelled after 5 minutes.

If you are using sessions, you can also set the session's max_time parameter (in wall clock time). However, this does not set a "hard" limit on a job's run time, since any session jobs that are running when the session ends continue to run.

For instructions to use these settings, see the Maximum execution time for a Qiskit Runtime job or session topic.

Set the cost limit

An instance administrator can limit how much is spent. To set cost limits, navigate to the IBM Cloud Instances page then click the instance and set the Cost limit.

The instance's cost limit refers to the total cost of all jobs run with this instance since it was created, and it will always be greater than or equal to the Total cost. After the instance reaches the specified limit, no further jobs can be run and no more cost is incurred.

The cost limit is always specified in US dollars (USD), then converted to runtime seconds. However, for monthly billing purposes, you are charged in your local currency, specified on your IBM Cloud account. Because currency exchange rates can fluctuate, the cost for X runtime seconds might be different when initially calculated in USD than when you're actually charged in your local currency. As a result, if your local currency is not USD, the total amount charged for the number of seconds specified in this field could vary from the dollar amount you specify.

How to remove a cost limit

An instance administrator can remove the cost limit. To do so, navigate to the IBM Cloud Instances page, then open the instance and click the edit button by the Cost limit. Delete the value and click Save.

What happens when the cost limit is reached

When the instance's cost limit is reached, the currently running job is stopped. Its status is set to Cancelled with a reason of Ran too long. Any available partial results are kept.

No further jobs can be submitted by using this instance until the cost limit is increased.

How to see what you're being charged

You are sent a monthly invoice that provides details about your resource charges. You can check how much has been spent at any time on the IBM Cloud Billing and usage page.

Additionally, you can determine cost per instance or per job at any time.

Set up spending notifications

You can set up spending notifications to get notified when your account or a particular service reaches a specific spending threshold that you set. For information, see the IBM Cloud account Type description.

  • The notifications trigger only after cost surpasses the specified limit.
  • Cost is submitted to the billing system hourly. Thus, a long delay might occur between the job submission and the spending notification being sent.
  • The billing system can take multiple days to get information to the invoicing system, which might cause further delay in notifications. For more information about how the IBM Cloud billing system works, see Setting spending notifications.