Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Use pico -mark_for_shutdown to signal to the Platform that an EC is scheduled to be shut down. As a result, the Platform will not assign workflows to the EC/ECSA.

Info

Example - pico -mark_for_shutdown

The following command signals that the EC named EC1 should not be assigned workflows

Code Block
mzsh <username>/<password> pico -mark_for_shutdown ec1 localhost true

Output:

Code Block
OK       

...