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.

  • Stop Workflow – Immediately halts the workflow execution when an error occurs.
  • Continue – Skips the failed activity and proceeds with the next step in the workflow.
  • Continue Using Error Output – Allows the workflow to continue while capturing the error details as part of the output. This mode enables advanced handling scenarios where the error message or code is required for downstream actions, logging, or conditional flows.
Retry Specifies the number of times the system should automatically retry the activity if it fails during execution.
Share this Doc

Delete VM

Or copy link

CONTENTS