Lesson Overview
In this lesson, you'll learn how to start your SAP HANA Cloud database instance that you previously created in your SAP Business Technology Platform (BTP) account.
Business Case
As a database administrator, you need to start your company's SAP HANA Cloud database deployed in the SAP Business Technology Platform.
Start a Database Instance Using SAP HANA Cloud Central

Your SAP HANA Cloud database instance is part of the SAP Business Technology Platform. To find your SAP HANA Cloud database instance you need to perform the following steps.
- Log on to the SAP Business Technology Platform account, and navigate to the SAP HANA Cloud database area by following on of these paths:
- For a BTP account: <your BTP home page> → <your global account> → <your subaccount> → <your development space>. From the navigation pane, select SAP HANA Cloud button. Then select the button Manage HANA Cloud.
- For a BTP enterprise account: <your BTP home page> → your enterprise global account> → select the Subaccounts link → <your subaccount> → <your development space>. From the navigation pane, select SAP HANA Cloud button. Then select the button Manage HANA Cloud.
- A sign-in tab opens. Select your e-mail address to continue the sign in process.
- In the new tab, you are now logged on to the SAP HANA Cloud Central application.

You're now in the SAP HANA Cloud Central application where you get an overview of all the SAP HANA Cloud database instances that you've deployed in this development space.
In the SAP Business Technology Platform trial environment, your applications and SAP HANA Cloud database instance are automatically stopped every day at midnight to preserve resources. This means that you need to start your SAP HANA Cloud database instance every time when you want to explore and test its capabilities and features.
The following steps show you how to start your SAP HANA Cloud database instance:
- In the SAP HANA Cloud Central application, locate your SAP HANA Cloud database instance that you want to start, and select the °°° (More) button.
- From the drop-down menu, select the Start option.

Your SAP HANA Cloud database instance is now being started. The whole start process takes around 2.5 minutes.
Start a Database Instance Using Cloud Foundry CLI
It's also possible to start an SAP HANA Cloud database instance using the Cloud Foundry CLI. Before you can start a database instance, you need to install the Cloud Foundry CLI, and log on to the SAP BTP as previously explained.

To start an SAP HANA Cloud database using the Cloud Foundry CLI, execute the following steps:
- Open a Linux Terminal or Windows PowerShell.
- Log in to the SAP BTP using the command
cf login -o <organisation> -s <space> -a <API endpoint>
, and enter your credentials.- -o : The organization to connect to.
- -s : The space to connect to.
- -a : The API endpoint to use.
Note
If you use the SAP HANA Cloud trial account with one organization and space, you can omit the -o, -s and -a options. - To create a new database service, execute the command:
Example:
The above command will start the stopped database.
Have a look at the Start and Stop an Instance Using the CLI page to have a complete list of parameters that can be used to start a database instance.