Instances REST Endpoints

Instances
A Compute Classic instance is a virtual machine running a specific operating system and with CPU and memory resources that you specify. See About Instances in Using Oracle Cloud Infrastructure Compute Classic.

You can view and delete instances using the HTTP requests listed below.

Delete an Instance
Method: delete
Path: /instance/{name}
Retrieve Details of all Instances in a Container
Method: get
Path: /instance/{container}/
Retrieve Details of an Instance
Method: get
Path: /instance/{name}
Retrieve Names of all Instances and Subcontainers in a Container
Method: get
Path: /instance/{container}
Retrieve Names of Containers
Method: get
Path: /instance/
Update an Instance
Method: put
Path: /instance/{name}