start_instance
Start Oracle Cloud Infrastructure compute instances to activate virtual machines and make them operational for running applications and workloads.
Instructions
Start an instance.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
instance_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"instance_id": {
"title": "Instance Id",
"type": "string"
}
},
"required": [
"instance_id"
],
"type": "object"
}