Skip to content

hanaCloudUPSInstances ​

Command: hanaCloudUPSInstances
Category: HANA Cloud
Status: Production Ready

Description ​

List Cloud Foundry user-provided service instances in the current target space. By default, the command uses the Cloud Foundry API; set the flag to false to use XS-based service APIs.

Syntax ​

bash
hana-cli ups [options]

Aliases ​

  • upsInstances
  • upsinstances
  • upServices
  • listups
  • upsservices

Command Diagram ​

Parameters ​

Options ​

OptionAliasTypeDefaultDescription
--cf-c, --cmdbooleantrueCloud Foundry mode (set to false for XS-based service APIs).

Troubleshooting ​

OptionAliasTypeDefaultDescription
--disableVerbose--quietbooleanfalseDisable verbose output for script-friendly results.
--debug-dbooleanfalseEnable debug output with intermediate details.
--help-hboolean-Show help.

For a complete list of parameters and options, use:

bash
hana-cli ups --help

Examples ​

Basic Usage ​

bash
hana-cli ups --cf

List user-provided service instances using Cloud Foundry mode.

Interactive Mode ​

This command can be run in interactive mode, which prompts for optional inputs.

ParameterRequiredPromptedNotes
cfNoAlwaysCloud Foundry mode (default: true).

hanaCloudUPSInstancesUI (UI Variant) ​

Command: hanaCloudUPSInstancesUI
Category: HANA Cloud
Status: Production Ready

UI Description ​

Launch the UPS instances UI for the current target space.

UI Syntax ​

bash
hana-cli upsUI [options]

UI Aliases ​

  • upsInstancesUI
  • upsinstancesui
  • upServicesUI
  • listupsui
  • upsservicesui

UI Command Diagram ​

UI Parameters ​

UI Options ​

OptionAliasTypeDefaultDescription
--cf-c, --cmdbooleantrueCloud Foundry mode (set to false for XS-based service APIs).

UI Troubleshooting ​

OptionAliasTypeDefaultDescription
--disableVerbose--quietbooleanfalseDisable verbose output for script-friendly results.
--debug-dbooleanfalseEnable debug output with intermediate details.
--help-hboolean-Show help.

For a complete list of parameters and options, use:

bash
hana-cli upsUI --help

UI Examples ​

bash
hana-cli upsUI

Open the UPS instances UI.

Related commands from HANA Cloud:

  • hanaCloudInstances - List HANA Cloud instances

See the Commands Reference for all available commands.

See Also ​