With aggregator-based workflow, you can use multiple Federated Learning plans (FL plan) for the same workspace. All FL plans are located in the WORKSPACE.FOLDER/plan/plans directory.
The following are the fx commands to manage your FL plans:
All workspaces begin with a default FL plan. See :ref:`Create a Workspace on the Aggregator <creating_workspaces>` for details.
When you are working on an FL plan, you can save it for future use.
fx plan save -n NEW.PLAN.NAMEwhere
NEW.PLAN.NAMEis the new FL plan for your workspace. This command also combines switching to theNEW.PLAN.NAMEplan.
To switch to a different FL plan, run the following command from the workspace directory.
fx plan switch -n PLAN.NAMEwhere
PLAN.NAMEis the FL plan to which you want to switch.Note
If you have changed the plan.yaml file, you should :ref:`save the FL plan <creating_new_plans>` before switching. Otherwise, any changes will be lost.
To remove an FL plan, run the following command from the workspace directory.
fx plan remove -n PLAN.NAMEwhere
PLAN.NAMEis the FL plan you wish to remove.