Pruning Plans

The system automatically prunes plans that should be removed. Plans are removed from the Admin Store if they match both of these conditions:
  • Are in a terminal state (SUCCEEDED or CANCELLED)

  • Have a Plan ID number that is 1000 less than the most recent Plan ID
For example, if the most recent Plan ID is 2000, the system prunes all plans with ID numbers 1000 or less that are in a terminal state . The system does not remove plans in a non-terminal state.
While pruning plans occurs automatically, you can detect that pruning has occurred in these situations:
  • Attempting to show a plan with a specific ID that has been pruned.

  • Specifying a range of plans that contains one or more removed plans.