> For the complete documentation index, see [llms.txt](https://docs.infra.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infra.app/features/editing-workloads.md).

# Editing Resources / Nodes

### Use Cases

Editing a resource or node can be handy for several use cases:

* Changing resource constraints
* Scaling a resource (by editing the workload's **replicas** field)
* Updating the workload image to trigger a rollout of a new version

### Editing a Resource

First, click on the workload in Infra App. Then on the **YAML** tab:

![](/files/-MKCj-kSgY3UyfEzfFlW)

Next, make changes to the YAML directly inline. You'll notice the **Apply** button become clickable. Click this button and confirm your changes to continue.

![](/files/-MKCjFRMpnPAtM2FBXhd)

That's all. Your workload should now begin to reflect your changes.&#x20;

### Common Errors

* `Version out of date` this can occur if the workload is updated in the background while making edits. Click **Revert** and then re-apply changes on the latest version of the workload.
