containerInstance REST Endpoints

containerInstance
The operations from the containerInstance category.
Creates a new ContainerInstance
Method: post
Path: /20210415/containerInstances
Delete a provisioned ContainerInstance
Method: delete
Path: /20210415/containerInstances/{container_instance_id}
Get ContainerInstance
Method: get
Path: /20210415/containerInstances/{container_instance_id}
Gets a list of all ContainerInstances in a compartment
Method: get
Path: /20210415/containerInstances
Moves a resource into a different compartment.
Method: post
Path: /20210415/containerInstances/{container_instance_id}/actions/changeCompartment
Restart container instance.
Method: post
Path: /20210415/containerInstances/{container_instance_id}/actions/restart
Starts an inactive container instance.
Method: post
Path: /20210415/containerInstances/{container_instance_id}/actions/start
Stops an active container instance.
Method: post
Path: /20210415/containerInstances/{container_instance_id}/actions/stop
Update the ContainerInstance identified by the id
Method: put
Path: /20210415/containerInstances/{container_instance_id}