Skip to main content
This guide covers terminating an Oracle Cloud Infrastructure (OCI) Compute instance. Termination permanently removes the instance. By default, the boot volume is preserved after termination — you must explicitly choose to delete it, or delete it separately.
Complete the pre-termination checklist before proceeding. Termination is irreversible.

Option 1: OCI Console

1

Open Compute Instances

Sign in to the OCI Console and navigate to Compute → Instances.
2

Select the correct compartment

Use the Compartment dropdown in the left panel to select the compartment where your instance lives. The instance list is per-compartment.
3

Open the instance

Click the name of the instance running OpenClaw. Confirm the correct instance by checking its public IP address in the instance details.
4

Terminate the instance

Click More Actions → Terminate. In the dialog, check Permanently delete the attached boot volume to also remove the boot disk. Click Terminate instance.
Official OCI documentation: Terminating an Instance

Option 2: OCI CLI

If you have the OCI CLI installed:
You’ll be prompted to confirm. Add --force to skip the prompt. Official OCI CLI reference: oci compute instance terminate

Post-termination cleanup

Delete the boot volume

If you did not check “Permanently delete the attached boot volume” during termination, the boot volume still exists and incurs charges. In the console: Storage → Block Storage → Boot Volumes. Select the volume and click Terminate. Using the CLI:

Delete block volumes

Additional block volumes attached to the instance are not deleted when the instance terminates:

Delete backups

Release public IPs

Reserved public IPs continue to incur charges:

Rotate credentials

After termination, rotate everything the agent had access to. See the post-termination checklist for the full list.