Stop instances
step
Stops a provided set of OCI Compute instances.
oci-compute-step-instances-stop
This OCI Compute step container requests that the a set of given instances stop immediately.
Stops a provided set of OCI Compute instances.
oci
oci.
connection
oci.
region
instanceIDs[]
GracefulStop
This OCI Compute step container requests that the a set of given instances stop immediately.
name: oci-compute-stop-instances
image: relaysh/oci-compute-step-instances-stop
spec:
oci:
connection: !Connection { type: oci, name: my-oci-account }
region: !Parameter ociRegion
instanceIDs:
- !Parameter instance-id
name: oci-compute-stop-instances
image: relaysh/oci-compute-step-instances-stop
spec:
oci:
connection: !Connection { type: oci, name: my-oci-account }
region: !Parameter ociRegion
instanceIDs:
- i-0123456789abcdef0
- i-abcdef0123456789a