External DocumentationTo learn more, visit the Upwind documentation.
Actions
Update Cloud Account
Update a cloud account.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Cloud Account ID | The ID of the cloud account to update. |
| Config Infrastructure Types | The infrastructure types of the cloud account. |
| Config Location | The geographic location or region of the cloud account. For example - us-east-1. |
| Organization ID | The ID of the organization. |
{
"id": "ca_123456789",
"account_id": 123456789012,
"name": "Production",
"provider": "BYOC",
"config": {
"infrastructure_types": [
"VMWARE"
],
"location": "us-east-1"
}
}
Was this page helpful?