Stopping an Orchestration

When you stop an orchestration, all the instances and other resources provisioned by the orchestration are permanently deleted.

Only the resources that are created by an orchestration are deleted. Orchestration must be in Ready or Shut_down status to be stopped.

  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 you want to stop.
  4. From the Actions menu, click Stop.
  5. To confirm the stop action, click Yes.

Stopping an Orchestration Using the CLI or API

Use the following command to stop an orchestration:

oracle-compute stop orchestration name [--confirm]

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

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

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