> ## Documentation Index
> Fetch the complete documentation index at: https://docs.envzero.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Partial Workflow Deployment

> Run or destroy a subset of a workflow in env zero with Partial Workflow Deployment, choosing to start from a specific node or redeploy a single sub-environment.

env zero now supports Partial Workflow Deployment.
Partial Workflow Deployment lets you redeploy or destroy a subset of your workflow's graph as needed, rather than running a full top-to-bottom deployment.

Partial Workflow Deployment can be triggered either from the three-dot menu in graph nodes:

<Frame>
  <img src="https://mintcdn.com/envzero-b61043c8/hr9e779VSnIZk8JC/images/changelogs/2024/01/750e699-image.png?fit=max&auto=format&n=hr9e779VSnIZk8JC&q=85&s=acbf960613536821af35b97780883c60" alt="Feature demonstration screenshot showing new functionality" width="782" height="277" data-path="images/changelogs/2024/01/750e699-image.png" />
</Frame>

Or directly from the sub-environment page:

<Frame>
  <img src="https://mintcdn.com/envzero-b61043c8/hr9e779VSnIZk8JC/images/changelogs/2024/01/ae3fb5c-image.png?fit=max&auto=format&n=hr9e779VSnIZk8JC&q=85&s=ed13195652bcc3c36696ae2ec1f07c97" alt="Feature demonstration screenshot showing new functionality" width="1526" height="257" data-path="images/changelogs/2024/01/ae3fb5c-image.png" />
</Frame>

There are three deployment options:

1. [Run From Here](/guides/admin-guide/workflows/workflow-partial-deployment#deploying-a-subset-of-the-workflow) - Deploy the workflow according to the latest workflow file used, starting from the selected sub-environment
2. [Single Sub-Environment Redeploy.](/guides/admin-guide/workflows/workflow-partial-deployment#deploying-a-single-sub-environment)
3. [Single Sub-Environment Destroy.](/guides/admin-guide/workflows/workflow-partial-deployment#destroying-a-single-environment)

Read more about it [here](/guides/admin-guide/workflows/workflow-partial-deployment)
