---
name: virtual-servers-vsi_viewing_suspend
title: Viewing suspend billing feature
description: From your **Device List**, you can see what virtual server instances are using the suspend billing feature. Use the following steps to see which of your devices support suspend billing.
last-updated: 2024-10-10
---

> ## Documentation Index
> The table of contents for this documentation set is at https://cloud.ibm.com/docs/virtual-servers?format=markdown
> The index for all IBM Cloud docs is at: https://cloud.ibm.com/docs/llms.txt
> Use these files to discover more information as needed.

# Viewing suspend billing feature
{: #viewing-suspend-billing-feature}

From your **Device List**, you can see what virtual server instances are using the suspend billing feature. Use the following steps to see which of your devices support suspend billing.
{: shortdesc}

Your virtual server instances must be configured with the following settings to support the suspend billing feature.

- Hourly SAN
- A public profile from one of the following families
   - Balanced
   - Compute
   - Memory
   - Variable compute

## Before you begin
{: #before-you-begin-viewing-suspend}

First, go to the device menu and make sure that you have the correct account permissions to complete the task.

* Go to your console's device menu. For more information, see [Navigating to devices](https://cloud.ibm.com/docs/virtual-servers?topic=virtual-servers-navigating-devices&format=markdown).
* Make sure that you have any necessary account permissions and device access. Only the account owner, or a user with the **Manage Users** classic infrastructure permission, can adjust the permissions.

For more information about permissions, see [Managing device access](https://cloud.ibm.com/docs/virtual-servers?topic=virtual-servers-managing-device-access&format=markdown).

## Viewing the suspend billing feature
{: #viewing-the-suspend-billing-feature}

To determine whether your virtual server instance supports the suspend billing feature, use the following steps:

1. From the **Devices** menu, select **Device List**.
2. From the **Device List**, click the name of your virtual server instance.
3. In the **Instance details** section, you can view whether your virtual server instance supports the suspend billing feature.

| Field                                 | Value                     |
| --------------------------------------| ------------------------- |
| Suspend billing: Enabled on Power Off | Suspend billing is supported.     |
| Suspend billing: Not available          | Suspend billing is not supported. |
{: caption="Suspend billing details" caption-side="top"}

## Viewing the suspend billing feature through the IBM Cloud&reg; API
{: #viewing-the-suspend-billing-feature-through-the-softlayer-api}

The following command is an example request of verifying whether your virtual server instance supports the suspend billing feature through the IBM Cloud&reg; API.

The following JSON request and response is a generic example.
{: note}

```bash
curl -X GET \
 https://$SOFTLAYER_USERNAME:$SOFTLAYER_API_KEY@api.softlayer.com/rest/v3/SoftLayer_Virtual_Guest/<VSI ID>/getAttributes.json
```
{: pre}

The following example is the JSON response to the request:

```bash
[{"value":"1","type":{"keyname":"SUSPENDED_BILLING","name":"Suspended Billing"}}]
```
{: pre}

For more information, see the [SLDN API documentation](https://sldn.softlayer.com/reference/services/SoftLayer_Virtual_Guest/getAttributes/){: external}.

## Next steps
{: #next-steps-suspend-billing-feature}

For more information about the suspend billing feature, see the following information:
1. [Suspend billing](https://cloud.ibm.com/docs/virtual-servers?topic=virtual-servers-requirements&format=markdown)
2. [Managing virtual servers](https://cloud.ibm.com/docs/virtual-servers?topic=virtual-servers-managing-virtual-servers&format=markdown#managing-virtual-servers)