# Delete Instance

> `UiPath.GoogleCloud.Activites.GCPDeleteInstance`

`UiPath.GoogleCloud.Activites.GCPDeleteInstance`

## Description

Deletes an instance.

## Project compatibility

Windows - Legacy | Windows | Cross-platform

## Configuration

### Common

* **DisplayName** - The display name of the activity.

### Input

* **Instance** - The instance on which the operation will be performed. This field supports only `GCPInstance` variables.
* **Timeout** - Specifies the amount of time (in seconds) to wait for the activity to run before an error is thrown. This field supports only integer and `Int32` variables. If not set, the activity runs until completion. Taken into consideration in case **WaitForCompletion** is set to **True**.
* **WaitForCompletion** - This field only supports boolean values (True, False). The default value is **True**. If set to **True**, the activity waits to complete before moving to the next activity.

### Misc

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.
