start
Start a stopped Vultr cloud instance using its ID, label, or hostname to resume computing operations and restore service availability.
Instructions
Start a stopped instance.
Args: instance_id: The instance ID, label, or hostname (e.g., "web-server", "db.example.com", or UUID)
Returns: Status message confirming start
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"
}