Oracle · Capability
Oracle Cloud Compute Management
Manage Oracle Cloud Infrastructure compute resources including instances, images, shapes, and attachments. Used by cloud engineers and platform administrators.
What You Can Do
GET
List instances
— List compute instances in a compartment
/v1/instances
POST
Launch instance
— Launch a new compute instance
/v1/instances
GET
Get instance
— Get instance details
/v1/instances/{instanceId}
PUT
Update instance
— Update instance details
/v1/instances/{instanceId}
DELETE
Terminate instance
— Terminate an instance
/v1/instances/{instanceId}
GET
List shapes
— List available compute shapes
/v1/shapes
GET
List images
— List compute images
/v1/images
POST
Create image
— Create a custom image
/v1/images
GET
Get image
— Get image details
/v1/images/{imageId}
PUT
Update image
— Update image details
/v1/images/{imageId}
DELETE
Delete image
— Delete a custom image
/v1/images/{imageId}
MCP Tools
list-instances
List compute instances in a compartment
read-only
launch-instance
Launch a new compute instance
get-instance
Get details of a specific instance
read-only
update-instance
Update instance details
idempotent
terminate-instance
Terminate an instance
idempotent
instance-action
Perform an action on an instance (start, stop, reset)
list-shapes
List available compute shapes
read-only
list-images
List compute images
read-only
create-image
Create a custom image from an instance
get-image
Get details of a specific image
read-only
update-image
Update image details
idempotent
delete-image
Delete a custom image
idempotent
list-vnic-attachments
List VNIC attachments in a compartment
read-only
list-volume-attachments
List volume attachments in a compartment
read-only
list-console-connections
List instance console connections
read-only
APIs Used
oci-compute