> For the complete documentation index, see [llms.txt](https://docs.plumvoice.com/fuse/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plumvoice.com/fuse/deployments/updating-deployments.md).

# Updating Deployments

Deployments can be edited and updated freely after creation. You can update the deployment label, application revision, deployment variables, assigned phone numbers, and Private Logging option.

In the Deployments Table, locate the desired deployment and select the Edit icon (<img src="/files/-M4u9_0a1zhrByW0bxdj" alt="" data-size="line">). The Edit Deployment window will be displayed, as shown in the following image.

![Select this image to zoom in.](/files/MIGbUssCGFkgtxqCMWss)

The fields displayed are mostly identical to those when creating a deployment. See [Creating Deployments](/fuse/deployments/creating-deployments.md) for full details.

* **Deployment Label.** Enter an updated deployment label of your choice.
* **Application.** This field cannot be edited. You must create a new deployment if you wish to use a different application.
* **New Revision.** Choose a new revision from the dropdown list.
* **Set Deployment Var(s).** *(Optional)* You can either enable or disable deployment variables by selecting **Yes** or **No** respectively. See [Creating Deployments](/fuse/deployments/creating-deployments.md) for details on adding deployment variables if needed.
* **Deployed To.** *(Optional)* For inbound deployments. Select or deselect the phone numbers you wish to add or remove from the deployment. PCI numbers are listed with a PCI symbol (![](/files/dgqwR1oSYLzPRDxEfTDy)).
* **Private Logging.** *(PCI accounts only)* This option is visible only to customers with accounts labeled as PCI. Select the toggle to enable or disable the private logging function.

After making your desired changes, select **Update** <img src="/files/-M4u9_1sJHHcyUNCvaxj" alt="" data-size="line"> to commit them to the active deployment.


---

# 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.plumvoice.com/fuse/deployments/updating-deployments.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.
