Restarting an Orchestration

You restart an orchestration that is in Shut_down or Error status.

  1. Log in to the UI and go to the Self Service Portal.
  2. In the Self Service Portal, click the Home tab.
  3. Select the orchestration that must be restarted in the Services section.
  4. From the Actions menu, select Start.
  5. Confirm the start action.

Restarting an Orchestration Using the CLI or API

Use the following command to restart a shutdown orchestration:

oracle-compute restart orchestration name

For more information, see CLI Reference for Oracle Compute Cloud Service.

To restart an orchestration using the API, use the PUT https://api.oc.example.com/orchestration/name?action=RESTART method.

For more information, see REST API Reference for Oracle Compute Cloud Service.