Delete VM
Estimated reading: 2 minutes
This component deletes the existing instances from Google Cloud infrastructure to optimize resource usage and cost.
Parameters
| Parameter | Description |
|---|---|
| Service Account JSON Path | The file path or reference to the Google Cloud service account key (JSON format) used for authentication. |
| VM Name | The name of the virtual machine to be deleted. |
| Zone | The target Google Cloud zone where the VM is located (e.g., us-central1-a). |
| Project ID | The unique Google Cloud project identifier under which the VM instance exists. |
| Wait for Completion | Specifies whether the flow should wait until the VM deletion is fully completed before proceeding. |
| Poll Timeout (sec) | Maximum time in seconds to wait for the deletion operation to complete when Wait for Completion is enabled. |
| Return Toll-Friendly Text | Indicates whether the component should return a user-friendly text message instead of raw JSON output. |
| Delay Before | Specifies the time (in milliseconds) to wait before executing the activity or component. |
| Delay After | Specifies the time (in milliseconds) to wait after completing the activity or component execution. |
| Continue on Error |
Determines whether the workflow should proceed if the current activity encounters an error.
|
| Retry | Specifies the number of times the system should automatically retry the activity if it fails during execution. |