When you start an orchestration, the objects defined in it are created. You start an orchestration that is in ready or stopped state.
Ready. When an orchestration cannot create an object defined in it, the state of the orchestration changes to Error. Identify and fix the problem in the orchestration and start the orchestration again.Use the following command to start a new or stopped orchestration:
oracle-compute start orchestration name
For more information, see CLI Reference for Oracle Compute Cloud Service.
To start an orchestration using the API, use the PUT https://api.oc.example.com/orchestration/name?action=START method. You must first add an orchestration using the POST https://api.oc.example.com/orchestration/ method.
For more information, see REST API Reference for Oracle Compute Cloud Service.