> For the complete documentation index, see [llms.txt](https://docs.opsmx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opsmx.com/opsmx-1/opsmx-context-engine/additional-resources/previous-releases/isd-3.12/opsmx-intelligent-software-delivery-platform/system-setup/cloud-providers/cloud-provider-account-operations.md).

# Cloud provider account operations

## Edit Cloud provider account

To edit an existing cloud provider account, click on the three dots at the end of the row of the cloud provider entry in the above table, click "Edit". Refer the image below.

![](/files/RPlYBKErxEc2gqOjSeGZ)

Click on "Edit" and the account details screen appears. Only those values that are permissible to be modified would have editable fields, other fields would be greyed out to ensure they cant be modified. Refer the screen below.

![](/files/z3hWIee5bEFXEufDiCn3)

As shown in the figure above, Only the Environment & the Permissions fields of this account are editable, rest all of the fields are greyed out, that means, it cant be modified. Make the relevant modifications on the above screen and save your changes.

### Sync Accounts with Spinnaker

When you hover the mouse over the button "Sync Accounts with Spinnaker", it displays the message stating "The account added here need to be explicitly synced with Spinnaker only then they can be used. Note that this action would also trigger of restart of Spinnaker".

This means, after you add new cloud provider accounts, you need to click on the "Sync accounts with Spinnaker" button to explicitly sync these accounts with Spinnaker.&#x20;

![](/files/MtvLCk9OvMaQSDh18xAV)

You click on the button to sync accounts with Spinnaker, the following confirmation box appears, asking you to confirm whether you want to proceed with the Spinnaker restart, since it would take around 3-5 minutes.

![](/files/XD6jn8AsX5pvAkEkvtZF)

If you select "ok" in the above figure, the Spinnaker restart operations would trigger and the confirmation message is shown as in the figure below.

![](/files/X29gk9exP1nFwjozAxKH)

{% hint style="info" %}
As a best practice, when you want to add multiple cloud provider accounts, its better to perform the sync accounts one shot after adding all the accounts, instead of sync'ing accounts and triggering Spinnaker restart after every single account added.
{% endhint %}

### Delete Cloud Provider Account

To delete an account, click on the three dots at the end of the row of the cloud provider entry in the above table, click "Delete". Click on delete and a confirmation dialog box appears to get your confirmation on the delete operations. Refer the figure below.

![](/files/2CqFRNCEeaP2TQO5jngA)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.opsmx.com/opsmx-1/opsmx-context-engine/additional-resources/previous-releases/isd-3.12/opsmx-intelligent-software-delivery-platform/system-setup/cloud-providers/cloud-provider-account-operations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
