Skip to main content
Every Run in Amnify Deploy progresses through a series of statuses. This page is a complete reference for all possible statuses, their meaning, and what action (if any) is required from you.

Status Reference


Status Flow — Execute (Deploy)


Status Flow — Destroy


Statuses That Require Action

Only two statuses require you to take action:

Awaiting Plan Approval

The plan has been generated and is waiting for your review. You must either:
  • Approve — proceed to the apply approval step
  • Cancel — abort the run (nothing in your cloud is changed)
Open the Run detail page to read the plan output, then make your decision.

Awaiting Apply Approval

The plan was approved and the run is waiting for your final confirmation. You must either:
  • Approve — infrastructure changes begin immediately
  • Cancel — abort the run (nothing in your cloud is changed)
Once you approve the apply, the run enters Applying or Destroying and cannot be stopped.

Terminal Statuses

These statuses represent the end of a run’s lifecycle:

What “Failed” Means for Your Infrastructure

When a run fails:
  • Execution stops at the point of failure
  • Any resources that were successfully created before the failure remain in your cloud environment
  • No further resources are created or modified after the point of failure
  • The plan for the next execution will reflect the current actual state of your infrastructure — already-created resources will appear as already existing rather than new
You can safely re-execute after fixing the issue without worrying about creating duplicate resources.