Instance - Power on a stopped InstanceΒΆ

The following example policy will start a stopped instance

policies:
    - name: power-on-policy
      description: |
         Power on a compute instance
      resource: oci.instance
      filters:
         - type: value
           key: display_name
           value: Instance_1
      actions:
         - start